SELECT SQL_NO_CACHE id_cache_page FROM `ps_ets_superspeed_cache_page`
WHERE page="index"
AND id_lang="1"
AND id_country = "6"
AND id_currency = "1"
AND id_shop="1"
AND date_add > "2026-04-17 05:57:24" AND has_customer=0 AND has_cart=0 LIMIT 1 |
31607
ms
|
8 |
|
|
/modules/ets_superspeed/classes/cache.php:204
/modules/ets_superspeed/ets_superspeed.php:1810<br>/modules/ets_superspeed/ets_superspeed.php:886<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:730<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, 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`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
(DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2026-04-17 00:00:00",
INTERVAL 20 DAY
)
) > 0) as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_lang` `pl` ON
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `ps_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 `ps_image_lang` `il` ON image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps_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 ps_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 (product_shop.`visibility` IN ("both", "catalog")) AND (product_shop.`date_add` > "2026-03-28") AND (EXISTS(SELECT 1 FROM `ps_category_product` cp
JOIN `ps_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`))
ORDER BY product_shop.`date_add` DESC
LIMIT 10 |
9690
ms
|
164 |
|
|
/classes/Product.php:3079
/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
4241
ms
|
16248961 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
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 `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3706
ms
|
1567 |
|
|
/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 id_product, name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE `id_product` IN (54794,54793,54792,54791,54790,54789,54788,54787,54786,54785)
ORDER BY f.position ASC |
3310
ms
|
558 |
Yes
|
|
/classes/Product.php:4831
/classes/Product.php:3094<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_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 `ps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_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` |
2374
ms
|
174 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<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 `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2038
ms
|
553 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54794
AND image_shop.`cover` = 1 LIMIT 1 |
1859
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1676
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:557<br>/classes/module/Module.php:2369<br>/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:65<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE T1.*, T2.* FROM ps_beshopblog_categories T1 LEFT JOIN ps_beshopblog_categorieslang T2
ON T1.BeshopBlog_CategoryId = T2.BeshopBlog_CategoryId
WHERE T2.BeshopBlog_IdLang = 1 ; |
1675
ms
|
16 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:8
/modules/beshop_blog/classes/BeshopBlog.php:205<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
1665
ms
|
244 |
Yes
|
|
/classes/Country.php:147
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54789) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1595
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 69; |
1563
ms
|
14 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 69; |
1555
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
1513
ms
|
244 |
Yes
|
|
/classes/Country.php:147
/modules/beshop_newsletter/beshop_newsletter.php:81<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:119<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 11 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1398
ms
|
205 |
Yes
|
|
/classes/Category.php:793
/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, 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`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
(DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2026-04-17 00:00:00",
INTERVAL 20 DAY
)
) > 0) as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_lang` `pl` ON
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `ps_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 `ps_image_lang` `il` ON image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps_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 ps_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 (product_shop.`visibility` IN ("both", "catalog")) AND (product_shop.`date_add` > "2026-03-28") AND (EXISTS(SELECT 1 FROM `ps_category_product` cp
JOIN `ps_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`))
ORDER BY product_shop.`date_add` DESC
LIMIT 10 |
1322
ms
|
164 |
|
|
/classes/Product.php:3079
/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 10 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1274
ms
|
205 |
Yes
|
|
/classes/Category.php:793
/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-04-17 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_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 ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_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 `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,8 |
1222
ms
|
90 |
|
|
/classes/Category.php:1057
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmcp_feeds` ff
WHERE (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC |
1208
ms
|
370 |
Yes
|
|
/modules/gmerchantcenterpro/models/Feeds.php:101
/modules/gmerchantcenterpro/lib/moduleTools.php:196<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1146
ms
|
881 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SHOW TABLES LIKE "%ps_social_login_%" |
1022
ms
|
1 |
|
|
/modules/sociallogin/sociallogin.php:186
/modules/sociallogin/sociallogin.php:121<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54785
AND image_shop.`cover` = 1 LIMIT 1 |
1003
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54792
AND image_shop.`cover` = 1 LIMIT 1 |
996
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Id FROM ps_beshopblog WHERE (BeshopBlog_CategoryId = 0 OR BeshopBlog_CategoryId = 1 OR BeshopBlog_CategoryId = 2 OR BeshopBlog_CategoryId = 3 OR BeshopBlog_CategoryId = 4)AND (BeshopBlog_Related = 1 ) AND (BeshopBlog_Date <= NOW()) ORDER BY BeshopBlog_Date DESC LIMIT 9; |
958
ms
|
62 |
Yes
|
|
/modules/beshop_blog/classes/BeshopBlog.php:218
/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 65; |
944
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE id_cache_page,page,date_add,file_cache,id_shop FROM `ps_ets_superspeed_cache_page` WHERE file_cache="bda98f88462535d709816964c95c53e5" AND id_shop="1" LIMIT 1 |
929
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:135
/modules/ets_superspeed/classes/cache.php:100<br>/modules/ets_superspeed/ets_superspeed.php:1777<br>/override/classes/Dispatcher.php:35<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54789 AND `id_shop` = 1 |
925
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 63; |
916
ms
|
15 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 1467 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
878
ms
|
205 |
Yes
|
|
/classes/Category.php:793
/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 66; |
867
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayFooter" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
812
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 8
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
806
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 61; |
800
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE id_product, name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE `id_product` IN (54794,54793,54792,54791,54790,54789,54788,54787,54786,54785)
ORDER BY f.position ASC |
795
ms
|
558 |
Yes
|
|
/classes/Product.php:4831
/classes/Product.php:3094<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 68; |
785
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 1422 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
778
ms
|
205 |
Yes
|
|
/classes/Category.php:793
/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54791) LIMIT 1 |
767
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SHOW TABLES LIKE "ps_gmcp_1800" |
762
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:88
:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayHomePrev" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
757
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 64; |
757
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
731
ms
|
404 |
Yes
|
|
/classes/Country.php:154
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayHomeBottom" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
720
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 1437 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
718
ms
|
205 |
Yes
|
|
/classes/Category.php:793
/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 36
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
714
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SHOW TABLES LIKE "ps_gmcp_1900" |
705
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:88
:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
704
ms
|
881 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 67; |
702
ms
|
15 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayMobileMenuBar" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
698
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54785) LIMIT 1 |
696
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "104"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
693
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "61"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
682
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "10"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
682
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "60"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
682
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "13"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
678
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayBanner" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
674
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "82"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
668
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 10 LIMIT 1 |
662
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 51
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
660
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
658
ms
|
404 |
Yes
|
|
/classes/Country.php:154
/modules/beshop_newsletter/beshop_newsletter.php:81<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:119<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayFooterAfter" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
656
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "103"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
650
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "12"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
645
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayCopyright" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
643
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayFooterBefore" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
641
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "9"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
634
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "108"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
632
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "78"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
629
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "107"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
627
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "98"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
624
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 50
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
621
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "59"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
618
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "8" AND T2.TeinorUltraBanner_IdRow = "58"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
612
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.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:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "7" AND T2.TeinorUltraBanner_IdRow = "8"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
609
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gmcp_feeds` ff
WHERE (ff.iso_lang="es") AND (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC |
594
ms
|
370 |
Yes
|
|
/modules/gmerchantcenterpro/models/Feeds.php:121
/modules/gmerchantcenterpro/lib/moduleTools.php:200<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "51" AND T2.TeinorUltraBanner_IdRow = "73"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
594
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 43
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
594
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "51" AND T2.TeinorUltraBanner_IdRow = "80"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
593
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "50" AND T2.TeinorUltraBanner_IdRow = "51"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
589
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "36" AND T2.TeinorUltraBanner_IdRow = "40"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
589
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "51" AND T2.TeinorUltraBanner_IdRow = "74"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
589
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54787 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54787 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
585
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 41
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
579
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 45
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
576
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54788) LIMIT 1 |
575
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
575
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/modules/CheckBoxTeinor/CheckBoxTeinor.php:712<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54790 AND `id_cart` = 0 LIMIT 1 |
574
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayHome" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
571
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 1486 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
564
ms
|
21 |
Yes
|
|
/classes/Category.php:793
/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "45" AND T2.TeinorUltraBanner_IdRow = "39"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
563
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "43" AND T2.TeinorUltraBanner_IdRow = "37"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
561
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "40" AND T2.TeinorUltraBanner_IdRow = "32"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
557
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 7
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
553
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 64 LIMIT 1 |
550
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 40
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
545
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "41" AND T2.TeinorUltraBanner_IdRow = "36"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
545
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayBanne2" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
521
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 47
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
514
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54790 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54790 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
513
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "48" AND T2.TeinorUltraBanner_IdRow = "47"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
513
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_finality cf LEFT JOIN ps_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 1 AND cf.`active` = 1 AND cf.`id_shop` = 1
ORDER BY `position`; |
509
ms
|
16 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusFinality.php:98
/modules/cookiesplus/cookiesplus.php:2272<br>/modules/cookiesplus/cookiesplus.php:1723<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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "40" AND T2.TeinorUltraBanner_IdRow = "35"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
507
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 7
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
504
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBanner T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_HookName = "displayTopLeft" AND T2.TeinorUltraBanner_Status = 1
ORDER BY T2.TeinorUltraBanner_Position ASC
; |
489
ms
|
22 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1501
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "40" AND T2.TeinorUltraBanner_IdRow = "34"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
489
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 48
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
487
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "47" AND T2.TeinorUltraBanner_IdRow = "89"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
485
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 46
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
484
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
484
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/beshop_shoppingcart/beshop_shoppingcart.php:274<br>/modules/beshop_shoppingcart/beshop_shoppingcart.php:286<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:142<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "48" AND T2.TeinorUltraBanner_IdRow = "49"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
482
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 12405 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-04-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-17 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 |
481
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54786 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54786 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
479
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "47" AND T2.TeinorUltraBanner_IdRow = "44"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
479
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "40" AND T2.TeinorUltraBanner_IdRow = "33"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
478
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "47" AND T2.TeinorUltraBanner_IdRow = "46"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
477
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54791
AND image_shop.`cover`= 1 LIMIT 1 |
472
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 12437 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-04-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-17 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 |
472
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "47" AND T2.TeinorUltraBanner_IdRow = "45"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
471
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "47" AND T2.TeinorUltraBanner_IdRow = "63"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
470
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "47" AND T2.TeinorUltraBanner_IdRow = "65"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
467
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 8963 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-04-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-17 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 |
466
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "47" AND T2.TeinorUltraBanner_IdRow = "85"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
461
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 12432 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-04-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-17 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 |
461
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54787) LIMIT 1 |
461
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "36" AND T2.TeinorUltraBanner_IdRow = "54"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
459
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "48" AND T2.TeinorUltraBanner_IdRow = "48"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
456
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "7" AND T2.TeinorUltraBanner_IdRow = "8"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
455
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SHOW COLUMNS FROM ps_gmcp_feeds LIKE "feed_is_default" |
454
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:128
:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:190<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.* FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerCore T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = 49
ORDER BY T2.TeinorUltraBanner_Column ASC, T2.TeinorUltraBanner_Position ASC
; |
453
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1518
/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "47" AND T2.TeinorUltraBanner_IdRow = "64"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
451
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54785 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54785 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
450
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54788 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54788 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
450
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
443
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/beshop_blog/beshop_blog.php:49<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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8963 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 8963 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
440
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54789) LIMIT 1 |
440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "36" AND T2.TeinorUltraBanner_IdRow = "91"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
439
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12434 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 12434 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
435
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "47" AND T2.TeinorUltraBanner_IdRow = "67"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
434
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "49" AND T2.TeinorUltraBanner_IdRow = "50"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
434
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "46" AND T2.TeinorUltraBanner_IdRow = "43"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
429
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "46" AND T2.TeinorUltraBanner_IdRow = "57"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
428
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "36" AND T2.TeinorUltraBanner_IdRow = "41"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
428
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "36" AND T2.TeinorUltraBanner_IdRow = "55"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
424
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "36" AND T2.TeinorUltraBanner_IdRow = "92"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
423
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54785) AND (b.`id_shop` = 1) LIMIT 1 |
420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
419
ms
|
51 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 12436 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-04-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-17 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 |
418
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12432 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 12432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
417
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "27"
AND l.id_shop IN (0, 1) |
415
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54785 LIMIT 1 |
414
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 12433 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-04-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-17 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 |
413
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT T2.TeinorUltraBanner_Text, T2.TeinorUltraBanner_IdLang, T2.TeinorUltraBanner_ImgUrl FROM ps_teinorUltraBannerHook T1
INNER JOIN ps_teinorUltraBannerLang T2 ON T1.TeinorUltraBanner_Id = T2.TeinorUltraBanner_Id
INNER JOIN ps_teinorUltraBannerCore T3 ON T1.TeinorUltraBanner_Id = T3.TeinorUltraBanner_Id
WHERE T1.TeinorUltraBanner_Id = "46" AND T2.TeinorUltraBanner_IdRow = "56"
ORDER BY T3.TeinorUltraBanner_Column ASC, T3.TeinorUltraBanner_Position ASC
; |
412
ms
|
1342 |
Yes
|
|
/modules/beshop_ultracontent/beshop_ultracontent.php:1534
:undefined<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1545<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1614<br>/modules/beshop_ultracontent/beshop_ultracontent.php:1602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12405 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 12405 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
406
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 12435 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-04-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-17 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 |
402
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54794 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54794 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
401
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 12434 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-04-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-17 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 |
399
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12433 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 12433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
396
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12436) AND (b.`id_shop` = 1) LIMIT 1 |
392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54786) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
392
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12435 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 12435 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
391
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
391
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
387
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1013<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2026-04-17 00:00:00" AND date_to <= "2026-04-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2026-04-17 00:00:00" AND date_from <= "2026-04-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2026-04-17 00:00:00" AND date_to > "2026-04-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
385
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>/modules/an_productfields/classes/anProductFieldsPsCart.php:249<br>/modules/an_productfields/an_productfields.php:458<br>/override/classes/Cart.php:48<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54789 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54789 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
382
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12434) AND (b.`id_shop` = 1) LIMIT 1 |
378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12437) AND (b.`id_shop` = 1) LIMIT 1 |
376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54793 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54793 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
374
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8963
ORDER BY f.position ASC |
370
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12435) AND (b.`id_shop` = 1) LIMIT 1 |
370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12436 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 12436 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
369
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12433) AND (b.`id_shop` = 1) LIMIT 1 |
368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12437 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 12437 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
367
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
367
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/beshop_checkout/beshop_checkout.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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12405) AND (b.`id_shop` = 1) LIMIT 1 |
366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
365
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/gmerchantcenterpro/lib/moduleTools.php:543<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:192<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54792 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54792 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
365
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54791) AND (b.`id_shop` = 1) LIMIT 1 |
365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54791 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54791 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
364
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54789) AND (b.`id_shop` = 1) LIMIT 1 |
361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.montenegrojoyeros.com' OR su.domain_ssl = 'www.montenegrojoyeros.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
361
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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
357
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/doofinder/doofinder.php:47<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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<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 ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_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 |
356
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54789 AND id_shop=1 LIMIT 1 |
355
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54790) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
354
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
354
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54794) AND (b.`id_shop` = 1) LIMIT 1 |
353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
351
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/ps_emailsubscription/ps_emailsubscription.php:96<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54786) AND (b.`id_shop` = 1) LIMIT 1 |
349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54787) AND (b.`id_shop` = 1) LIMIT 1 |
349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54786) |
345
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
342
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/cookiesplus/cookiesplus.php:51<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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12432) AND (b.`id_shop` = 1) LIMIT 1 |
341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54793) 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:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
338
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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54787) |
337
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
337
ms
|
85 |
|
|
/classes/module/Module.php:340
/modules/mailchimppro/mailchimppro.php:222<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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
336
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/modules/an_productfields/classes/anProductFieldsPsCart.php:249<br>/modules/an_productfields/an_productfields.php:458<br>/override/classes/Cart.php:48<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2026-04-17 00:00:00" AND date_to <= "2026-04-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2026-04-17 00:00:00" AND date_from <= "2026-04-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2026-04-17 00:00:00" AND date_to > "2026-04-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
336
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54794) LIMIT 1 |
334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8963) AND (b.`id_shop` = 1) LIMIT 1 |
332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54786 AND `id_cart` = 0 LIMIT 1 |
331
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54788
AND image_shop.`cover` = 1 LIMIT 1 |
331
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54792) 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:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
329
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1336<br>/modules/cookiesplus/cookiesplus.php:1483<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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:439<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54790) 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:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54788 AND id_shop=1 LIMIT 1 |
324
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SHOW COLUMNS FROM ps_gmcp_discount_association LIKE "channel" |
316
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:128
:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:190<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54792) LIMIT 1 |
315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54788) AND (b.`id_shop` = 1) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54792 AND `id_shop` = 1 |
309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
309
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "31"
AND l.id_shop IN (0, 1) |
305
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12432
ORDER BY f.position ASC |
303
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12405
ORDER BY f.position ASC |
302
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 68 LIMIT 1 |
300
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenterpro/lib/moduleTools.php:208<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54790 LIMIT 1 |
300
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
299
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54786) LIMIT 1 |
298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1480) LIMIT 1 |
296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12434
ORDER BY f.position ASC |
294
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `key`, `secret`, `active`
FROM `ps_social_login_config`
WHERE (`id_shop`=1) AND (`active`= 1)
GROUP BY id_social_login_config
ORDER BY `position` ASC |
289
ms
|
2 |
Yes
|
Yes
|
/modules/sociallogin/models/SocialLoginConfig.php:134
/modules/sociallogin/sociallogin.php:782<br>/modules/sociallogin/sociallogin.php:1145<br>/modules/sociallogin/sociallogin.php:1195<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshop/4d/ed/0f/4ded0f80972bcc536dbbfa49c40dee13705135e9_2.module.beshopcustomersigninbesho.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/beshop_customersignin/beshop_customersignin.php:248<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:142<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`
FROM `ps_social_login_position`
WHERE (`id_shop`=1) AND (`active`= 1) |
289
ms
|
3 |
|
|
/modules/sociallogin/models/SocialLoginPosition.php:202
/modules/sociallogin/sociallogin.php:1184<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1387 AND `id_shop` = 1 |
288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_featuredproducts" LIMIT 1 |
288
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:40<br>/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:61<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54787 AND `id_cart` = 0 LIMIT 1 |
287
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54793) LIMIT 1 |
285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12433
ORDER BY f.position ASC |
282
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12437
ORDER BY f.position ASC |
280
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54790) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SHOW COLUMNS FROM ps_gmcp_tags LIKE "custom_label_set_postion" |
280
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:128
:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:190<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54787 LIMIT 1 |
280
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "2"
AND l.id_shop IN (0, 1) |
280
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "16"
AND l.id_shop IN (0, 1) |
278
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 65; |
277
ms
|
13 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1341) LIMIT 1 |
277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12436
ORDER BY f.position ASC |
276
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 356)
AND ('03700 ' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '03700 ')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
276
ms
|
2 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3886<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12435
ORDER BY f.position ASC |
275
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1342) LIMIT 1 |
273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54785) |
272
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
272
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/modules/an_productfields/classes/anProductFieldsPsCart.php:173<br>/modules/an_productfields/an_productfields.php:458<br>/override/classes/Cart.php:48<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1371) LIMIT 1 |
271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54794 AND `id_cart` = 0 LIMIT 1 |
271
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
270
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 12435) |
266
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
266
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "31"
AND l.id_shop IN (0, 1) |
265
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8963
AND image_shop.`cover` = 1 LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54789) |
265
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 8963) |
264
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "18"
AND l.id_shop IN (0, 1) |
263
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54786
AND image_shop.`cover` = 1 LIMIT 1 |
263
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "17"
AND l.id_shop IN (0, 1) |
263
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
263
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5848<br>/classes/Product.php:5792<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 12405) |
260
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "27"
AND l.id_shop IN (0, 1) |
259
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "7"
AND l.id_shop IN (0, 1) |
259
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 12436) |
259
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1378) LIMIT 1 |
258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54793 AND `id_cart` = 0 LIMIT 1 |
258
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
258
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 6 LIMIT 1 |
257
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
256
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1336<br>/modules/cookiesplus/cookiesplus.php:1483<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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:439<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
256
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:33<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_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 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:116<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 63; |
256
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1350 AND `id_shop` = 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`
FROM `ps_social_login_position`
WHERE (`id_shop`=1) AND (`active`= 1) |
255
ms
|
3 |
|
|
/modules/sociallogin/models/SocialLoginPosition.php:202
/modules/sociallogin/sociallogin.php:1184<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 12432) |
255
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1346) LIMIT 1 |
255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1373) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "28"
AND l.id_shop IN (0, 1) |
253
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) LIMIT 1 |
251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54794) |
251
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
251
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/modules/CheckBoxTeinor/CheckBoxTeinor.php:712<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_social_login_position`
WHERE (`id_hook`= 117) AND (`id_shop`=1) LIMIT 1 |
249
ms
|
3 |
|
|
/modules/sociallogin/models/SocialLoginPosition.php:238
/modules/sociallogin/sociallogin.php:1191<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshop/4d/ed/0f/4ded0f80972bcc536dbbfa49c40dee13705135e9_2.module.beshopcustomersigninbesho.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/beshop_customersignin/beshop_customersignin.php:248<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:142<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
249
ms
|
1 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:541<br>/classes/Dispatcher.php:238<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1378 AND `id_shop` = 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
247
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1013<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 12437) |
247
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 61 LIMIT 1 |
246
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54790) |
246
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54792) |
245
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54788) |
245
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
244
ms
|
1 |
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
243
ms
|
1 |
|
|
/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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`
FROM `ps_social_login_position`
WHERE (`id_shop`=1) AND (`active`= 1) |
243
ms
|
3 |
|
|
/modules/sociallogin/models/SocialLoginPosition.php:202
/modules/sociallogin/sociallogin.php:1184<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (23) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
242
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/beshop_mainmenu/beshop_mainmenu.php:1587<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54787
AND image_shop.`cover` = 1 LIMIT 1 |
241
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1350) LIMIT 1 |
241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
241
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 63; |
241
ms
|
15 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "5"
AND l.id_shop IN (0, 1) |
241
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 12434) |
240
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 356)
AND ('03700 ' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '03700 ')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
238
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3886<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 12433) |
238
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54787 AND `id_shop` = 1 |
238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "16"
AND l.id_shop IN (0, 1) |
237
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54793) |
236
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12436
AND image_shop.`cover` = 1 LIMIT 1 |
236
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL, `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; |
236
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12405
AND image_shop.`cover` = 1 LIMIT 1 |
236
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1507) LIMIT 1 |
236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
236
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
235
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/modules/CheckBoxTeinor/CheckBoxTeinor.php:712<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "15"
AND l.id_shop IN (0, 1) |
235
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (23) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
234
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/beshop_mainmenu/beshop_mainmenu.php:1587<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1383 AND `id_shop` = 1 |
234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1391 AND `id_shop` = 1 |
233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
232
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 `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1495) LIMIT 1 |
230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54791) |
230
ms
|
1 |
|
|
/classes/Product.php:3820
/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
229
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:89<br>/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:55<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php:61<br>/modules/ps_googleanalytics/ps_googleanalytics.php:134<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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:439<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT * FROM ps_beshop_productslider WHERE BeshopProductSlider_Hook = "displayHome" AND BeshopProductSlider_Status = 1 ORDER BY BeshopProductSlider_Position ASC; |
228
ms
|
2 |
Yes
|
|
/modules/beshop_productslider/classes/BeshopProductSlider.php:16
/modules/beshop_productslider/classes/BeshopProductSlider.php:44<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Id FROM ps_beshopblog WHERE (BeshopBlog_CategoryId = 0 OR BeshopBlog_CategoryId = 1 OR BeshopBlog_CategoryId = 2 OR BeshopBlog_CategoryId = 3 OR BeshopBlog_CategoryId = 4)AND (BeshopBlog_Related = 1 ) AND (BeshopBlog_Date <= NOW()) ORDER BY BeshopBlog_Date DESC LIMIT 9; |
228
ms
|
62 |
Yes
|
|
/modules/beshop_blog/classes/BeshopBlog.php:218
/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1370 AND `id_shop` = 1 |
228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54793
AND image_shop.`cover` = 1 LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54787 AND `id_cart` = 0 LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54790
AND image_shop.`cover` = 1 LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
226
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1336<br>/modules/cookiesplus/cookiesplus.php:1483<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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:439<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54789
AND image_shop.`cover` = 1 LIMIT 1 |
225
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12437
AND image_shop.`cover` = 1 LIMIT 1 |
225
ms
|
3 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12432
AND image_shop.`cover` = 1 LIMIT 1 |
225
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1325 AND `id_shop` = 1 |
224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12433
AND image_shop.`cover` = 1 LIMIT 1 |
224
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
224
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1377) LIMIT 1 |
224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 11 AND `id_shop` = 1 |
224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1478) LIMIT 1 |
223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1383) LIMIT 1 |
223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "32"
AND l.id_shop IN (0, 1) |
222
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1371 AND `id_shop` = 1 |
222
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
222
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5848<br>/classes/Product.php:5792<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12435
AND image_shop.`cover` = 1 LIMIT 1 |
221
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "15"
AND l.id_shop IN (0, 1) |
221
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1363) LIMIT 1 |
221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`
FROM `ps_social_login_position`
WHERE (`id_shop`=1) AND (`active`= 1) |
221
ms
|
3 |
|
|
/modules/sociallogin/models/SocialLoginPosition.php:202
/modules/sociallogin/sociallogin.php:1184<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshop/4d/ed/0f/4ded0f80972bcc536dbbfa49c40dee13705135e9_2.module.beshopcustomersigninbesho.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/beshop_customersignin/beshop_customersignin.php:248<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:142<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopmenu_estructure ORDER BY beshopmenu_level ASC, beshopmenu_position ASC |
221
ms
|
23 |
Yes
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:177
/modules/beshop_mainmenu/beshop_mainmenu.php:1546<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1313) LIMIT 1 |
221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "5"
AND l.id_shop IN (0, 1) |
221
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 145) LIMIT 1 |
220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenterpro/lib/moduleTools.php:209<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54794) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1346 AND `id_shop` = 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "32"
AND l.id_shop IN (0, 1) |
219
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
219
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 107 AND `id_shop` = 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1396) LIMIT 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "7"
AND l.id_shop IN (0, 1) |
218
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
217
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1013<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54794
AND image_shop.`cover`= 1 LIMIT 1 |
217
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54791 AND `id_cart` = 0 LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
216
ms
|
67 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1440) LIMIT 1 |
216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54788 AND `id_shop` = 1 |
216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54794 AND `id_shop` = 1 |
215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1370) LIMIT 1 |
215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1476) LIMIT 1 |
215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1439 AND `id_shop` = 1 |
215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12434
AND image_shop.`cover` = 1 LIMIT 1 |
215
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 785 LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "8"
AND l.id_shop IN (0, 1) |
214
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "18"
AND l.id_shop IN (0, 1) |
214
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 64; |
213
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "28"
AND l.id_shop IN (0, 1) |
213
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1480 AND `id_shop` = 1 |
212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54791
AND image_shop.`cover` = 1 LIMIT 1 |
212
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 106 AND `id_shop` = 1 |
211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1420) LIMIT 1 |
211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54785 AND `id_shop` = 1 |
211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1512) LIMIT 1 |
211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "2"
AND l.id_shop IN (0, 1) |
211
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1403) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1 |
209
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1319) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
208
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 `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) LIMIT 1 |
208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1467 AND `id_shop` = 1 |
207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1453) LIMIT 1 |
207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1482) LIMIT 1 |
206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE id_feed
FROM `ps_gmcp_feeds` ff
WHERE (ff.id_shop=1) LIMIT 1 |
205
ms
|
370 |
|
|
/modules/gmerchantcenterpro/models/Feeds.php:83
/modules/gmerchantcenterpro/lib/moduleTools.php:193<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1471) LIMIT 1 |
205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) LIMIT 1 |
205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) LIMIT 1 |
205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
204
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:71<br>/modules/ets_superspeed/classes/cache.php:96<br>/modules/ets_superspeed/ets_superspeed.php:1777<br>/override/classes/Dispatcher.php:35<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1476 AND `id_shop` = 1 |
204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1341 AND `id_shop` = 1 |
204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "beshop_customersignin" LIMIT 1 |
203
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:142<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1493 AND `id_shop` = 1 |
203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 66; |
202
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54792 AND `id_cart` = 0 LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "17"
AND l.id_shop IN (0, 1) |
202
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1342 AND `id_shop` = 1 |
202
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1495 AND `id_shop` = 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1442) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE T1.*, T2.* FROM ps_beshopblog_categories T1 LEFT JOIN ps_beshopblog_categorieslang T2
ON T1.BeshopBlog_CategoryId = T2.BeshopBlog_CategoryId
WHERE T2.BeshopBlog_IdLang = 1 ; |
201
ms
|
16 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:8
/modules/beshop_blog/classes/BeshopBlog.php:205<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1477) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.content
FROM ps_beshopmenu_linkstop l
LEFT JOIN ps_beshopmenu_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "8"
AND l.id_shop IN (0, 1) |
200
ms
|
1 |
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:37
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:44<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1684<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows WHERE beshopfooter_columnid = 4 ORDER BY beshopfooter_rowposition ASC |
200
ms
|
11 |
Yes
|
|
/modules/beshop_footer/classes/BeshopFooter.php:87
/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_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 |
199
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 *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 104) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8963 AND id_shop=1 LIMIT 1 |
198
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "beshop_ultracontent" LIMIT 1 |
198
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>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1459 AND `id_shop` = 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT * FROM ps_beshop_productslider WHERE BeshopProductSlider_Hook = "displayHome" AND BeshopProductSlider_Status = 1 ORDER BY BeshopProductSlider_Position ASC; |
198
ms
|
2 |
Yes
|
|
/modules/beshop_productslider/classes/BeshopProductSlider.php:16
/modules/beshop_productslider/classes/BeshopProductSlider.php:44<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1373 AND `id_shop` = 1 |
197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1312) LIMIT 1 |
197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1493) LIMIT 1 |
197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12434 LIMIT 1 |
197
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1374) LIMIT 1 |
196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1473) LIMIT 1 |
196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54790 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:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1388) LIMIT 1 |
196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
196
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1 |
195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1402) LIMIT 1 |
195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12405 LIMIT 1 |
194
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1459) LIMIT 1 |
194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1424) LIMIT 1 |
194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1380 AND `id_shop` = 1 |
194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54786 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:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "beshop_themeeditor" LIMIT 1 |
193
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1470) LIMIT 1 |
193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1311 AND `id_shop` = 1 |
193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1344 AND `id_shop` = 1 |
192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54785
AND image_shop.`cover`= 1 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1387) LIMIT 1 |
192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "beshop_shoppingcart" LIMIT 1 |
192
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:142<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1474) LIMIT 1 |
192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54788 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 68) LIMIT 1 |
192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenterpro/lib/moduleTools.php:209<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54787
AND image_shop.`cover`= 1 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1364 AND `id_shop` = 1 |
191
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1426) LIMIT 1 |
191
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
191
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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1461 AND `id_shop` = 1 |
191
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) LIMIT 1 |
191
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54786
AND image_shop.`cover`= 1 LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54794
AND image_shop.`cover`= 1 LIMIT 1 |
190
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1439) LIMIT 1 |
190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
190
ms
|
8 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/gmerchantcenterpro/conf/moduleConfiguration.php:603<br>/modules/gmerchantcenterpro/lib/moduleTools.php:83<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:197<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1394) LIMIT 1 |
190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1438) LIMIT 1 |
190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_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:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
189
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12437 LIMIT 1 |
189
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1472) LIMIT 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1460) LIMIT 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1492) LIMIT 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopmenu_estructure ORDER BY beshopmenu_level ASC, beshopmenu_position ASC |
188
ms
|
23 |
Yes
|
|
/modules/beshop_mainmenu/beshop_menutoplinks.class.php:177
/modules/beshop_mainmenu/beshop_mainmenu.php:1546<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1418) LIMIT 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54791 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:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) LIMIT 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1479) LIMIT 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows WHERE beshopfooter_columnid = 3 ORDER BY beshopfooter_rowposition ASC |
188
ms
|
11 |
Yes
|
|
/modules/beshop_footer/classes/BeshopFooter.php:87
/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1377 AND `id_shop` = 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/modules/beshop_currencyselector/beshop_currencyselector.php:272<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54794 LIMIT 1 |
187
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1471 AND `id_shop` = 1 |
187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1473 AND `id_shop` = 1 |
186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1423 AND `id_shop` = 1 |
186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 63; |
186
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_product_excluded` (`id_rule` int(11) NOT NULL DEFAULT "0",`id_product` int(11) NOT NULL DEFAULT "0", `id_product_attribute` int(11)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; |
186
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1382) LIMIT 1 |
186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 13
AND `id_module` = 24
AND `id_shop` = 1 |
185
ms
|
1 |
|
|
/classes/Hook.php:566
/classes/module/Module.php:2369<br>/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:65<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54787) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1362) LIMIT 1 |
185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 101 AND `id_shop` = 1 |
185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
185
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:262<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1331 AND `id_shop` = 1 |
185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1486) LIMIT 1 |
184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54793
AND image_shop.`cover`= 1 LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1445) LIMIT 1 |
184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`
FROM `ps_social_login_position`
WHERE (`id_shop`=1) AND (`active`= 1) |
184
ms
|
3 |
|
|
/modules/sociallogin/models/SocialLoginPosition.php:202
/modules/sociallogin/sociallogin.php:599<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:1411<br>/classes/controller/FrontController.php:1312<br>/controllers/front/IndexController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54789) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1462) LIMIT 1 |
183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54785
AND image_shop.`cover`= 1 LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
183
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 *
FROM `ps_category_lang`
WHERE `id_category` = 1318 AND `id_shop` = 1 |
183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
183
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 SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54793 AND `id_cart` = 0 LIMIT 1 |
182
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1351) LIMIT 1 |
182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1460 AND `id_shop` = 1 |
182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
182
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 9 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
182
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1317) LIMIT 1 |
182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1310) LIMIT 1 |
182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1313 AND `id_shop` = 1 |
182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54790 AND `id_cart` = 0 LIMIT 1 |
182
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1461) LIMIT 1 |
182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "beshop_searchbar" LIMIT 1 |
181
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1422) LIMIT 1 |
181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1418 AND `id_shop` = 1 |
181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1442 AND `id_shop` = 1 |
181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 8963 LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 69) LIMIT 1 |
180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenterpro/lib/moduleTools.php:209<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54791
AND image_shop.`cover`= 1 LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54788
AND image_shop.`cover`= 1 LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54792
AND image_shop.`cover`= 1 LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2026-04-17 00:00:00' AND '2026-04-17 23:59:59' LIMIT 1 |
180
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1486 AND `id_shop` = 1 |
180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54786
AND image_shop.`cover`= 1 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54786 AND `id_cart` = 0 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1312 AND `id_shop` = 1 |
179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54785 AND `id_cart` = 0 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 65; |
179
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1472 AND `id_shop` = 1 |
179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 10 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54785 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54790
AND image_shop.`cover`= 1 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1318) LIMIT 1 |
179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54789
AND image_shop.`cover`= 1 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
178
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1512 AND `id_shop` = 1 |
178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54786 LIMIT 1 |
178
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1 |
178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "beshop_productslider" LIMIT 1 |
178
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>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "Ps_Emailsubscription" LIMIT 1 |
178
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/mailchimppro/src/PrestaChamps/MailchimpPro/Hooks/Display/FooterBefore.php:68<br>/modules/mailchimppro/mailchimppro.php:1376<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12436 LIMIT 1 |
178
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1388 AND `id_shop` = 1 |
177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54790
AND image_shop.`cover`= 1 LIMIT 1 |
177
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54789
AND image_shop.`cover`= 1 LIMIT 1 |
177
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54794 AND `id_cart` = 0 LIMIT 1 |
177
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1331) LIMIT 1 |
177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1348) LIMIT 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1478 AND `id_shop` = 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1380) LIMIT 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1403 AND `id_shop` = 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1410) LIMIT 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1488) LIMIT 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1382 AND `id_shop` = 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1332) LIMIT 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_columns_lang WHERE beshopfooter_columnid = 3 AND beshopfooter_coltext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
175
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:73
/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "netreviews" LIMIT 1 |
175
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/netreviews/netreviews.php:62<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "beshop_blog" LIMIT 1 |
175
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/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1359) LIMIT 1 |
175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1359 AND `id_shop` = 1 |
175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1420 AND `id_shop` = 1 |
175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1374 AND `id_shop` = 1 |
175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1 |
175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1329 AND `id_shop` = 1 |
175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1507 AND `id_shop` = 1 |
175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1328 AND `id_shop` = 1 |
174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54787 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1395) LIMIT 1 |
174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54789 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54788 AND `id_cart` = 0 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54791 AND `id_cart` = 0 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1432) LIMIT 1 |
174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1434) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1394 AND `id_shop` = 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1391) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "beshop_mainmenu" 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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
173
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54787
AND image_shop.`cover`= 1 LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1446) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 536 LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12433 LIMIT 1 |
172
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
172
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54789 AND `id_cart` = 0 LIMIT 1 |
172
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1396 AND `id_shop` = 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1409) LIMIT 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54793 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:710<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:250<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1402 AND `id_shop` = 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 105 AND `id_shop` = 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1397) LIMIT 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1330) LIMIT 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1392) LIMIT 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1452) LIMIT 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1453 AND `id_shop` = 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1509) LIMIT 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54793) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 102 AND `id_shop` = 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1329) LIMIT 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1326) LIMIT 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 356) LIMIT 1 |
170
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12435 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1479 AND `id_shop` = 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1697<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1322) LIMIT 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 12436
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
170
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 8963 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54790 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54792 AND `id_cart` = 0 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54785 AND `id_cart` = 0 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12432 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1364) LIMIT 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1310 AND `id_shop` = 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1319 AND `id_shop` = 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1424 AND `id_shop` = 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1510) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1488 AND `id_shop` = 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1321) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1470 AND `id_shop` = 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1381) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54789 AND `id_cart` = 0 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_product` = 54788 AND `id_cart` = 0 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Product.php:4065
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:256<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1441) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_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:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54793 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1440 AND `id_shop` = 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_footers ORDER BY beshopfooter_footerpos |
168
ms
|
1 |
Yes
|
|
/modules/beshop_footer/classes/BeshopFooter.php:54
/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
168
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 6 |
168
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
168
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1366) LIMIT 1 |
168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1384) LIMIT 1 |
168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 66 AND `id_shop` = 1 LIMIT 1 |
168
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1429) LIMIT 1 |
168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
167
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54794) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8963) 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:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
167
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
167
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
167
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1358) LIMIT 1 |
167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54791 LIMIT 1 |
167
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12405) 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:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1320 AND `id_shop` = 1 |
167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1469) LIMIT 1 |
167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "beshop_currencyselector" LIMIT 1 |
167
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 68 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenterpro/lib/moduleTools.php:209<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1438 AND `id_shop` = 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1330 AND `id_shop` = 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1437) LIMIT 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1508) LIMIT 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1384 AND `id_shop` = 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1510 AND `id_shop` = 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1411) LIMIT 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1323) LIMIT 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54792
AND image_shop.`cover`= 1 LIMIT 1 |
166
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54788
AND image_shop.`cover`= 1 LIMIT 1 |
166
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1325) LIMIT 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1422 AND `id_shop` = 1 |
165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1445 AND `id_shop` = 1 |
165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1504) LIMIT 1 |
165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54786) 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:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 61; |
165
ms
|
8 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1482 AND `id_shop` = 1 |
165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1362 AND `id_shop` = 1 |
165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1316) LIMIT 1 |
165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1322 AND `id_shop` = 1 |
165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenterpro/lib/moduleTools.php:209<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
165
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
165
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1410 AND `id_shop` = 1 |
164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
164
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1327) LIMIT 1 |
164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54790) 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:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1320) LIMIT 1 |
164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1363 AND `id_shop` = 1 |
164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 5 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
164
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54785) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_columns WHERE beshopfooter_footerid = 1 ORDER BY beshopfooter_colposition |
164
ms
|
4 |
Yes
|
|
/modules/beshop_footer/classes/BeshopFooter.php:63
/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1423) LIMIT 1 |
164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ybc_blog" LIMIT 1 |
163
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 538 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54789 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 61; |
163
ms
|
8 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
163
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:142<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1428) LIMIT 1 |
163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1430) LIMIT 1 |
163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1431) LIMIT 1 |
163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54785) 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:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54787) 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:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE id_order
FROM `ps_orders` o
WHERE (o.id_cart=0) LIMIT 1 |
162
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/dao/moduleDao.php:450
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:90<br>:undefined<br>/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:49<br>/modules/gmerchantcenterpro/lib/hook/hookController.php:60<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:354<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:314<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54786 LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_products` (`id_tag` int(11) NOT NULL, `id_product` int(11) NOT NULL, product_name VARCHAR (255) NOT NULL, UNIQUE KEY `tag_product` (`id_tag`,`id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
162
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1351 AND `id_shop` = 1 |
162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1397 AND `id_shop` = 1 |
162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1358 AND `id_shop` = 1 |
162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1311) LIMIT 1 |
162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1372) LIMIT 1 |
162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1389) LIMIT 1 |
162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'EUR') LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1369) LIMIT 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1409 AND `id_shop` = 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1425) LIMIT 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1462 AND `id_shop` = 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1492 AND `id_shop` = 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1368 AND `id_shop` = 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1392 AND `id_shop` = 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1317 AND `id_shop` = 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1467) LIMIT 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1474 AND `id_shop` = 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1 |
160
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:142<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1326 AND `id_shop` = 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1367) LIMIT 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12437) 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:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1366 AND `id_shop` = 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1425 AND `id_shop` = 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1433) LIMIT 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1446 AND `id_shop` = 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54792 LIMIT 1 |
160
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows WHERE beshopfooter_columnid = 2 ORDER BY beshopfooter_rowposition ASC |
160
ms
|
11 |
Yes
|
|
/modules/beshop_footer/classes/BeshopFooter.php:87
/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1452 AND `id_shop` = 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1328) LIMIT 1 |
159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1332 AND `id_shop` = 1 |
159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 69; |
159
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 6 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
159
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1321 AND `id_shop` = 1 |
159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1441 AND `id_shop` = 1 |
159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
159
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1428 AND `id_shop` = 1 |
159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1433 AND `id_shop` = 1 |
159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54789) 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:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12432) 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:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1411 AND `id_shop` = 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1385 AND `id_shop` = 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1504 AND `id_shop` = 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54793 AND id_shop=1 LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1323 AND `id_shop` = 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 44) LIMIT 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenterpro/lib/moduleTools.php:209<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1475) LIMIT 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12435) 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:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54791) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
158
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1381 AND `id_shop` = 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1509 AND `id_shop` = 1 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1385) LIMIT 1 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 10 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
157
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1429 AND `id_shop` = 1 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1327 AND `id_shop` = 1 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 65; |
157
ms
|
13 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 61; |
157
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1469 AND `id_shop` = 1 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_columns_lang WHERE beshopfooter_columnid = 2 AND beshopfooter_coltext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
157
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:73
/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1508 AND `id_shop` = 1 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1375) LIMIT 1 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
157
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1477 AND `id_shop` = 1 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 64; |
156
ms
|
15 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1434 AND `id_shop` = 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 103 AND `id_shop` = 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1356) LIMIT 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1432 AND `id_shop` = 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1475 AND `id_shop` = 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1390) LIMIT 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1427) LIMIT 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1348 AND `id_shop` = 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1316 AND `id_shop` = 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_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:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
156
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:224<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
156
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_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:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 68; |
155
ms
|
19 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1395 AND `id_shop` = 1 |
155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1343) LIMIT 1 |
155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 14 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
155
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1379) LIMIT 1 |
155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 69; |
155
ms
|
14 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1430 AND `id_shop` = 1 |
154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 12432
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
154
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1343 AND `id_shop` = 1 |
154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
154
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
154
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1344) LIMIT 1 |
154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
154
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1368) LIMIT 1 |
153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3886<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 104 AND `id_shop` = 1 |
153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
153
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Currency.php:968<br>/classes/Currency.php:890<br>/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1357) LIMIT 1 |
152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1345) LIMIT 1 |
152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54788) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54788) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1436) LIMIT 1 |
152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 54793
AND image_shop.`cover`= 1 LIMIT 1 |
152
ms
|
1 |
|
|
/classes/Image.php:350
/modules/beshop_themeeditor/classes/ThemeEditorClass.php:251<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54786 AND id_shop=1 LIMIT 1 |
152
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54787 AND id_shop=1 LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 7 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
151
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8963
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
151
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Category.php:1730
/classes/Category.php:968<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3886<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1369 AND `id_shop` = 1 |
151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54785 AND id_shop=1 LIMIT 1 |
150
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 100 AND `id_shop` = 1 |
150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
150
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1372 AND `id_shop` = 1 |
150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1426 AND `id_shop` = 1 |
150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-04-17 00:00:00' AND '2026-04-17 23:59:59' LIMIT 1 |
150
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1389 AND `id_shop` = 1 |
150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1379 AND `id_shop` = 1 |
150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54794 LIMIT 1 |
150
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
150
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54791) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12434 AND id_shop=1 LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1437 AND `id_shop` = 1 |
149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1564<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 11 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
149
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
149
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/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54790 AND id_shop=1 LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 68 LIMIT 1 |
149
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8963 AND `id_group` = 1 LIMIT 1 |
148
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12434) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 66; |
148
ms
|
10 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1367 AND `id_shop` = 1 |
148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 62; |
148
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 12 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
148
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1431 AND `id_shop` = 1 |
148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1356 AND `id_shop` = 1 |
148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1436 AND `id_shop` = 1 |
148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
147
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 122 AND `id_shop` = 1 LIMIT 1 |
147
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/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1345 AND `id_shop` = 1 |
147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
147
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT * FROM ps_beshop_productslider_lang WHERE BeshopProductSlider_Id = 1 AND BeshopProductSlider_IdLang = 1 AND BeshopProductSlider_NameShow != "" LIMIT 1 |
147
ms
|
1 |
|
|
/modules/beshop_productslider/classes/BeshopProductSlider.php:20
/modules/beshop_productslider/classes/BeshopProductSlider.php:50<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1427 AND `id_shop` = 1 |
147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT * FROM ps_beshop_productslider_lang WHERE BeshopProductSlider_Id = 1 AND BeshopProductSlider_IdLang = 1 AND BeshopProductSlider_NameShow != "" LIMIT 1 |
147
ms
|
1 |
|
|
/modules/beshop_productslider/classes/BeshopProductSlider.php:20
/modules/beshop_productslider/classes/BeshopProductSlider.php:50<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 12432 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 66; |
146
ms
|
10 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1 |
146
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 69 |
146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenterpro/lib/moduleTools.php:209<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1375 AND `id_shop` = 1 |
146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54788 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1390 AND `id_shop` = 1 |
146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
146
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_imageslider" LIMIT 1 |
145
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:67<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 68; |
145
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 67; |
145
ms
|
15 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 12405 LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 12433
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
145
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 12435 LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54793) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 12437 LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54786) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12432 AND id_shop=1 LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54787) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'USD') LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12435 AND id_shop=1 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 62; |
143
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 64; |
143
ms
|
15 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 12437
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
143
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gsnippetsreviews" LIMIT 1 |
143
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/gmerchantcenterpro/lib/moduleTools.php:543<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:193<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 12434
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
143
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12405 AND id_shop=1 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 106 AND `id_shop` = 1 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/netreviews/netreviews.php:62<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12434 AND `id_group` = 1 LIMIT 1 |
142
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 12433 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12437 AND id_shop=1 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 12434 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 68; |
142
ms
|
19 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54791 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_columns_lang WHERE beshopfooter_columnid = 4 AND beshopfooter_coltext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
141
ms
|
0 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:73
/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
141
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:71<br>/modules/ets_superspeed/classes/cache.php:96<br>/modules/ets_superspeed/ets_superspeed.php:1777<br>/override/classes/Dispatcher.php:35<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
141
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`
FROM `ps_social_login_position`
WHERE (`id_shop`=1) AND (`active`= 1) |
140
ms
|
3 |
|
|
/modules/sociallogin/models/SocialLoginPosition.php:202
/modules/sociallogin/sociallogin.php:1184<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54785) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 67; |
140
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54793 AND `id_group` = 1 LIMIT 1 |
140
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54794) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 6 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenterpro/lib/moduleTools.php:208<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog_lang WHERE BeshopBlog_Id = 67; |
139
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:272
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 12435
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
139
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54790) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 21 |
139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenterpro/lib/moduleTools.php:209<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 12405
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
138
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3787<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
138
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12436 AND id_shop=1 LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54793) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 69 LIMIT 1 |
138
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12433 AND id_shop=1 LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1357 AND `id_shop` = 1 |
138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/beshop_mainmenu/beshop_mainmenu.php:864<br>/modules/beshop_mainmenu/beshop_mainmenu.php:885<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1569<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1549<br>/modules/beshop_mainmenu/beshop_mainmenu.php:1707<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:130<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 69 LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenterpro/lib/moduleTools.php:208<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:213<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 62; |
138
ms
|
8 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 145 |
138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenterpro/lib/moduleTools.php:209<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54791) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54791 AND id_shop=1 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54792 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
137
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54793 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_columns_lang WHERE beshopfooter_columnid = 1 AND beshopfooter_coltext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
137
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:73
/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 1 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
137
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 44 |
137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gmerchantcenterpro/lib/moduleTools.php:209<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 12436 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4268<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 66 LIMIT 1 |
137
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 54788) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:4387<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:262<br>/modules/beshop_themeeditor/classes/ThemeEditorClass.php:232<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:139<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:602<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54792 AND id_shop=1 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_columns_lang WHERE beshopfooter_columnid = 4 AND beshopfooter_idlang = 1 LIMIT 1 |
136
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:76
/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54794 AND id_shop=1 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54789 AND `id_group` = 1 LIMIT 1 |
136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54787 AND `id_group` = 1 LIMIT 1 |
135
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "an_productfields" LIMIT 1 |
135
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Cart.php:67<br>/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
134
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12432 AND `id_group` = 1 LIMIT 1 |
134
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
134
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
134
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
134
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
134
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 62 LIMIT 1 |
133
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE BeshopBlog_Tag FROM ps_beshopblog_tags WHERE BeshopBlog_Id = 62; |
133
ms
|
8 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:273
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/modules/ets_superspeed/classes/cache.php:71<br>/modules/ets_superspeed/classes/cache.php:96<br>/modules/ets_superspeed/ets_superspeed.php:1777<br>/override/classes/Dispatcher.php:35<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54786 AND `id_group` = 1 LIMIT 1 |
133
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; |
133
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows WHERE beshopfooter_columnid = 1 ORDER BY beshopfooter_rowposition ASC |
133
ms
|
11 |
Yes
|
|
/modules/beshop_footer/classes/BeshopFooter.php:87
/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54788 AND `id_group` = 1 LIMIT 1 |
133
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 21 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenterpro/lib/moduleTools.php:208<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54785 AND `id_group` = 1 LIMIT 1 |
132
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
132
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 65 LIMIT 1 |
131
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
130
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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_taxonomy` (`id_taxonomy` int(11) NOT NULL AUTO_INCREMENT, `value` text NOT NULL, `lang` varchar(5) NOT NULL, PRIMARY KEY (`id_taxonomy`), KEY `lang` (`lang`), FULLTEXT KEY `ft_index` (`value`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; |
130
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 25 AND `id_shop` = 1 LIMIT 1 |
130
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ets_superspeed/ets_superspeed.php:67<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54790 AND `id_group` = 1 LIMIT 1 |
130
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 69 LIMIT 1 |
129
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
129
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 67 LIMIT 1 |
129
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 145 LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenterpro/lib/moduleTools.php:208<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
128
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/mailchimppro/src/PrestaChamps/MailchimpPro/Hooks/Display/FooterBefore.php:68<br>/modules/mailchimppro/mailchimppro.php:1376<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12405 AND `id_group` = 1 LIMIT 1 |
128
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12435 AND `id_group` = 1 LIMIT 1 |
128
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL, `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; |
128
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_new_product` (`id_tag` int(11) NOT NULL, `from_date` DATETIME, `id_product` int, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_new_product` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
128
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 63 LIMIT 1 |
127
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12437 AND `id_group` = 1 LIMIT 1 |
127
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 62 LIMIT 1 |
127
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_banner" LIMIT 1 |
125
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:69<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 44 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Country.php:251
/modules/gmerchantcenterpro/lib/moduleTools.php:208<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Country.php:193
/modules/gmerchantcenterpro/lib/moduleTools.php:205<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12433 AND `id_group` = 1 LIMIT 1 |
124
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54794 AND `id_group` = 1 LIMIT 1 |
124
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54791 AND `id_group` = 1 LIMIT 1 |
123
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
123
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_cats` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, UNIQUE KEY `tag_cat` (`id_tag`,`id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
122
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 65 LIMIT 1 |
121
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 64 LIMIT 1 |
120
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; |
120
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 117 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Hook.php:239
/modules/sociallogin/models/SocialLoginPosition.php:206<br>/modules/sociallogin/sociallogin.php:599<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:1411<br>/classes/controller/FrontController.php:1312<br>/controllers/front/IndexController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_best_sale` (`id_tag` int(11) NOT NULL, `amount` CHAR(255) NOT NULL, `unit` CHAR(255) ,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_best_sales` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
119
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_taxonomy_categories` (`id_category` int(11) NOT NULL, `id_shop` int(3) NOT NULL DEFAULT "1", `txt_taxonomy` text NOT NULL, `lang` char(5) NOT NULL, KEY `id_category` (`id_category`,`lang`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
119
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12436 AND `id_group` = 1 LIMIT 1 |
119
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:123<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54792 AND `id_group` = 1 LIMIT 1 |
119
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Product.php:3096<br>/modules/beshop_productslider/classes/BeshopProductSlider.php:89<br>/modules/beshop_productslider/beshop_productslider.php:610<br>/modules/beshop_productslider/beshop_productslider.php:601<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 61 LIMIT 1 |
119
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_advanced_exclusion` (`id` int(11) NOT NULL AUTO_INCREMENT, `status` int(11) NOT NULL DEFAULT "1", `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `exclusion_value` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; |
118
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 63 LIMIT 1 |
118
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sociallogin" LIMIT 1 |
118
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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
118
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; |
118
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
118
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 66 LIMIT 1 |
117
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:590<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 67 LIMIT 1 |
117
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gremarketing" LIMIT 1 |
117
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/gmerchantcenterpro/lib/moduleTools.php:543<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:194<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
117
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ets_superspeed/ets_superspeed.php:69<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; |
116
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 167 AND `id_shop` = 1 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Cart.php:67<br>/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_categories` (`id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1", UNIQUE KEY `id_category` (`id_category`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
116
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_suppliers` (`id_tag` int(11) NOT NULL, `id_supplier` int(11) NOT NULL, UNIQUE KEY `tag_supplier` (`id_tag`,`id_supplier`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
115
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_brands` (`id_brands` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1", UNIQUE KEY `id_brands` (`id_brands`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
115
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
115
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockbanner" LIMIT 1 |
115
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:69<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopblog WHERE BeshopBlog_Id = 68 LIMIT 1 |
115
ms
|
1 |
|
|
/modules/beshop_blog/classes/BeshopBlog.php:271
/modules/beshop_blog/classes/BeshopBlog.php:238<br>/modules/beshop_blog/classes/BeshopBlog.php:220<br>:undefined<br>/modules/beshop_blog/classes/BeshopBlog.php:221<br>/modules/beshop_blog/beshop_blog.php:601<br>/modules/beshop_blog/beshop_blog.php:591<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "homeslider" LIMIT 1 |
114
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:67<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
114
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
114
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
113
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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_features_by_cat` (`id_cat` int(11) NOT NULL DEFAULT '0', `id_shop` int(3) NOT NULL DEFAULT "1", `values` text NOT NULL, PRIMARY KEY (`id_cat`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
113
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
113
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_brands` (`id_tag` int(11) NOT NULL, `id_brand` int(11) NOT NULL, UNIQUE KEY `tag_brand` (`id_tag`,`id_brand`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
112
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_features` (`id_tag` int(11) NOT NULL, `id_feature` int(11) NOT NULL, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_feature` (`id_tag`, `id_feature`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
111
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags_dynamic_categories` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_feature` (`id_tag`, `id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
109
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 64 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Hook.php:239
/modules/sociallogin/models/SocialLoginPosition.php:206<br>/modules/sociallogin/sociallogin.php:599<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:1411<br>/classes/controller/FrontController.php:1312<br>/controllers/front/IndexController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 2 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
108
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_beshopfooter_rows_lang WHERE beshopfooter_rowid= 3 AND beshopfooter_rowtext != "" AND beshopfooter_idlang = 1 LIMIT 1 |
108
ms
|
1 |
|
|
/modules/beshop_footer/classes/BeshopFooter.php:100
/modules/beshop_footer/classes/BeshopFooter.php:90<br>/modules/beshop_footer/classes/BeshopFooter.php:66<br>/modules/beshop_footer/classes/BeshopFooter.php:57<br>/modules/beshop_footer/beshop_footer.php:542<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/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/fb/ad/e9/fbade9d9b0f5bb5f52db0f483557ae8f2f1f49df_2.file.footer.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:372<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 146 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/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/a0/fb/56/a0fb56792823aa5e7a2135aef882a70029e9a042_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:207<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/14/da/73/14da73c0ff67d2e2976d3d404258a794cbd13a08_2.file.layout-both-columns.tpl.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/6a/26/50/6a2650f5fdd2205dee12e529353fb976fb8074b4_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/53/93/7b/53937becade23834caed2eac54242756490529f5_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/Beshoplayouts_layout_full_width_tpl/c4/6c/59/c46c59c606ff175ccb2cfdfa736d6e4461003ff5_2.file.index.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; |
106
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; |
103
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
CREATE TABLE IF NOT EXISTS `ps_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
101
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/install/installSql.php:78
/modules/gmerchantcenterpro/lib/install/installSql.php:35<br>/modules/gmerchantcenterpro/lib/install/installController.php:48<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:93<br>:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
BEGIN |
95
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:81
:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 595 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/Hook.php:239
/modules/sociallogin/models/SocialLoginPosition.php:206<br>/modules/sociallogin/sociallogin.php:599<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:1411<br>/classes/controller/FrontController.php:1312<br>/controllers/front/IndexController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
COMMIT |
82
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:155
:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:190<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
COMMIT |
79
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:107
:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:189<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|
BEGIN |
76
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/moduleUpdate.php:121
:undefined<br>/modules/gmerchantcenterpro/lib/moduleUpdate.php:61<br>/modules/gmerchantcenterpro/lib/moduleTools.php:190<br>/modules/gmerchantcenterpro/gmerchantcenterpro.php:203<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:37<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:41<br>/index.php:28
|