69 |
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='4' GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC LIMIT 0, 9 |
7.442
ms
|
694 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:90 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:186 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
2 |
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`) |
5.184
ms
|
810 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
70 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='4' GROUP BY p.id_product) p |
2.186
ms
|
85489668 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Products.php:94 (count)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:186 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1.472
ms
|
1048 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
55 |
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 |
1.441
ms
|
0 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:506 (getIdByName)
/classes/Hook.php:596 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
14 |
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_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` |
1.364
ms
|
162 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
68 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
0.987
ms
|
529 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
22 |
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 |
0.975
ms
|
65 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.888
ms
|
1048 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
90 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
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 = 426
ORDER BY f.position ASC |
0.880
ms
|
414 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
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 = 'beliceram.fr' OR su.domain_ssl = 'beliceram.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.848
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
81 |
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 |
0.839
ms
|
496 |
|
|
/classes/Hook.php:452
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
21 |
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 |
0.749
ms
|
101 |
|
|
/classes/module/Module.php:340
/modules/ets_contactform7/ets_contactform7.php:68 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
187 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (428) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.749
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/7e/93/f2/7e93f2f4eb1cc503c2a47d9950c613987a730104_2.file.product-miniature-addtocart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc793922_28935737)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:365 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:383 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-01-23 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (426,427,428,429,430,431,432,433,434) |
0.746
ms
|
9 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
20 |
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 |
0.699
ms
|
101 |
|
|
/classes/module/Module.php:340
/modules/ph_simpleblog/ph_simpleblog.php:75 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
190 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (429) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.678
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/7e/93/f2/7e93f2f4eb1cc503c2a47d9950c613987a730104_2.file.product-miniature-addtocart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc793922_28935737)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:365 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:383 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (431) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.648
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/7e/93/f2/7e93f2f4eb1cc503c2a47d9950c613987a730104_2.file.product-miniature-addtocart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc793922_28935737)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:365 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:383 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (430) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.638
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/7e/93/f2/7e93f2f4eb1cc503c2a47d9950c613987a730104_2.file.product-miniature-addtocart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc793922_28935737)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:365 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:383 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'manufacturer'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.636
ms
|
43 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (433) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.631
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/7e/93/f2/7e93f2f4eb1cc503c2a47d9950c613987a730104_2.file.product-miniature-addtocart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc793922_28935737)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:365 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:383 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (432) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.618
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/7e/93/f2/7e93f2f4eb1cc503c2a47d9950c613987a730104_2.file.product-miniature-addtocart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc793922_28935737)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:365 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:383 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (434) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.616
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/7e/93/f2/7e93f2f4eb1cc503c2a47d9950c613987a730104_2.file.product-miniature-addtocart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc793922_28935737)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:365 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:383 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1 |
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 |
0.553
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
89 |
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` = 426 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` = 426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.548
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.545
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/modules/ph_simpleblog/ph_simpleblog.php:70 (isFeatureActive)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
82 |
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` = 8
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 |
0.509
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3926 (getTaxCalculator)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.487
ms
|
1 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 4) LIMIT 1 |
0.485
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/controllers/front/listing/ManufacturerController.php:65 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (426) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.460
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/7e/93/f2/7e93f2f4eb1cc503c2a47d9950c613987a730104_2.file.product-miniature-addtocart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc793922_28935737)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:365 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:383 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
71 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="8b7d62c94e3d3d168febbc8ed82a33cd" LIMIT 1 |
0.447
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:185
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
6 |
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` = 8) LIMIT 1 |
0.445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
207 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 434 |
0.434
ms
|
2 |
|
|
/classes/Product.php:3420
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:52 (getProductCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc7c8975_97118124)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:421 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE c.id_contact FROM `ps_ets_ctf_contact` c
INNER JOIN `ps_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `ps_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%header%" AND cs.id_shop="1"; |
0.388
ms
|
4 |
|
|
/modules/ets_contactform7/classes/Contact.php:213
/modules/ets_contactform7/ets_contactform7.php:1099 (getContactsByHook)
/modules/ets_contactform7/ets_contactform7.php:351 (getContactFormByHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
4 |
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 |
0.381
ms
|
1 |
|
|
/classes/shop/Shop.php:214
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
32 |
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 |
0.364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
73 |
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` = 426
AND image_shop.`cover` = 1 LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
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) |
0.352
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
24 |
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 |
0.347
ms
|
101 |
|
|
/classes/module/Module.php:340
/modules/ets_productmanager/ets_productmanager.php:57 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders |
0.330
ms
|
2 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:515 (getResults)
/modules/revsliderprestashop/revsliderprestashop.php:354 (hookCommonCb)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (427) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.325
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/7e/93/f2/7e93f2f4eb1cc503c2a47d9950c613987a730104_2.file.product-miniature-addtocart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc793922_28935737)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:365 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:383 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
38 |
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 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:465 (__construct)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.314
ms
|
1 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
41 |
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 |
0.293
ms
|
101 |
|
|
/classes/module/Module.php:340
/modules/blockreassurance/blockreassurance.php:102 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:986 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.290
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
47 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/AddressFormat.php:653
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1754 (generateAddress)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
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 |
0.255
ms
|
101 |
|
|
/classes/module/Module.php:340
/modules/pkfavorites/pkfavorites.php:56 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
77 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
204 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 433 |
0.232
ms
|
2 |
|
|
/classes/Product.php:3420
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:52 (getProductCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc7c8975_97118124)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:421 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
46 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.232
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1609 (getNoPictureImage)
/classes/controller/FrontController.php:1735 (getTemplateVarUrls)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_favorite_product`
WHERE `id_product` = 426
AND `id_shop` = 1 LIMIT 1 |
0.232
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:116
/modules/pkfavorites/pkfavorites.php:262 (countOverallNumber)
/modules/pkfavorites/pkfavorites.php:185 (setTemplateVariables)
/classes/Hook.php:1043 (hookDisplayProductButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:385 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Country.php:189
/classes/controller/FrontController.php:347 (getByIso)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
8 |
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 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
11 |
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 |
0.225
ms
|
1 |
|
|
/classes/Language.php:1214
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
99 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
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 = 427
ORDER BY f.position ASC |
0.221
ms
|
414 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 432 |
0.219
ms
|
2 |
|
|
/classes/Product.php:3420
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:52 (getProductCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc7c8975_97118124)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:421 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
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 = 428
ORDER BY f.position ASC |
0.217
ms
|
414 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 431 |
0.217
ms
|
2 |
|
|
/classes/Product.php:3420
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:52 (getProductCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc7c8975_97118124)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:421 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
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 = 431
ORDER BY f.position ASC |
0.216
ms
|
414 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 430 |
0.215
ms
|
2 |
|
|
/classes/Product.php:3420
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:52 (getProductCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc7c8975_97118124)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:421 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 428 |
0.215
ms
|
2 |
|
|
/classes/Product.php:3420
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:52 (getProductCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc7c8975_97118124)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:421 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
162 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
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 = 434
ORDER BY f.position ASC |
0.213
ms
|
414 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 429 |
0.212
ms
|
2 |
|
|
/classes/Product.php:3420
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:52 (getProductCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc7c8975_97118124)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:421 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
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 = 429
ORDER BY f.position ASC |
0.210
ms
|
414 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_favorite_product`
WHERE `id_product` = 430
AND `id_shop` = 1 LIMIT 1 |
0.209
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:116
/modules/pkfavorites/pkfavorites.php:262 (countOverallNumber)
/modules/pkfavorites/pkfavorites.php:185 (setTemplateVariables)
/classes/Hook.php:1043 (hookDisplayProductButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:385 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
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 = 430
ORDER BY f.position ASC |
0.208
ms
|
414 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
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 = 432
ORDER BY f.position ASC |
0.207
ms
|
414 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_favorite_product`
WHERE `id_product` = 428
AND `id_shop` = 1 LIMIT 1 |
0.205
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:116
/modules/pkfavorites/pkfavorites.php:262 (countOverallNumber)
/modules/pkfavorites/pkfavorites.php:185 (setTemplateVariables)
/classes/Hook.php:1043 (hookDisplayProductButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:385 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
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 = 433
ORDER BY f.position ASC |
0.204
ms
|
414 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_favorite_product`
WHERE `id_product` = 433
AND `id_shop` = 1 LIMIT 1 |
0.197
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:116
/modules/pkfavorites/pkfavorites.php:262 (countOverallNumber)
/modules/pkfavorites/pkfavorites.php:185 (setTemplateVariables)
/classes/Hook.php:1043 (hookDisplayProductButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:385 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
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` = 426) |
0.196
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_favorite_product`
WHERE `id_product` = 429
AND `id_shop` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:116
/modules/pkfavorites/pkfavorites.php:262 (countOverallNumber)
/modules/pkfavorites/pkfavorites.php:185 (setTemplateVariables)
/classes/Hook.php:1043 (hookDisplayProductButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:385 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_favorite_product`
WHERE `id_product` = 431
AND `id_shop` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:116
/modules/pkfavorites/pkfavorites.php:262 (countOverallNumber)
/modules/pkfavorites/pkfavorites.php:185 (setTemplateVariables)
/classes/Hook.php:1043 (hookDisplayProductButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:385 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_favorite_product`
WHERE `id_product` = 432
AND `id_shop` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:116
/modules/pkfavorites/pkfavorites.php:262 (countOverallNumber)
/modules/pkfavorites/pkfavorites.php:185 (setTemplateVariables)
/classes/Hook.php:1043 (hookDisplayProductButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:385 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:465 (__construct)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_favorite_product`
WHERE `id_product` = 434
AND `id_shop` = 1 LIMIT 1 |
0.191
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:116
/modules/pkfavorites/pkfavorites.php:262 (countOverallNumber)
/modules/pkfavorites/pkfavorites.php:185 (setTemplateVariables)
/classes/Hook.php:1043 (hookDisplayProductButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:385 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE id_shop FROM ps_shop |
0.182
ms
|
1 |
|
|
/classes/shop/Shop.php:751
/classes/Hook.php:590 (getCompleteListOfShopsID)
/classes/module/Module.php:1061 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.168
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
74 |
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 |
0.167
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.166
ms
|
1 |
|
|
/classes/ObjectModel.php:1589
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:548 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
98 |
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` = 427 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` = 427 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
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` = 428 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` = 428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
163 |
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` = 426) AND (b.`id_shop` = 1) LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
64 |
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 AND c.`deleted` = 0 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Currency.php:1134
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/ets_contactform7/ets_contactform7.php:2884 (getCacheId)
/modules/ets_contactform7/ets_contactform7.php:333 (_getCacheId)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 426 AND `id_group` = 1 LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
116 |
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` = 429 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` = 429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
134 |
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` = 431 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` = 431 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
125 |
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` = 430 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` = 430 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
143 |
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` = 432 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` = 432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
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` = 433 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` = 433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
161 |
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` = 434 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` = 434 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
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` = 428) AND (b.`id_shop` = 1) LIMIT 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 426 |
0.137
ms
|
2 |
|
|
/classes/Product.php:3420
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:52 (getProductCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc7c8975_97118124)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:421 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
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` = 427) AND (b.`id_shop` = 1) LIMIT 1 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
169 |
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` = 429) AND (b.`id_shop` = 1) LIMIT 1 |
0.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_edition_basic" LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_productmanager/ets_productmanager.php:65 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
171 |
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` = 430) AND (b.`id_shop` = 1) LIMIT 1 |
0.108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
177 |
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` = 433) AND (b.`id_shop` = 1) LIMIT 1 |
0.107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
179 |
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` = 434) AND (b.`id_shop` = 1) LIMIT 1 |
0.107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
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` = 431) AND (b.`id_shop` = 1) LIMIT 1 |
0.105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
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` = 432) AND (b.`id_shop` = 1) LIMIT 1 |
0.105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
42 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "wksampleproduct" LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/Cart.php:104 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:326 (getProducts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
35 |
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 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:366 (setCurrency)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225 (isEnabled)
/modules/pkthemesettings/pkthemesettings.php:256 (getSmartyConfig)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Language.php:880
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
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)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 426
ORDER BY `position` |
0.096
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1651 (isEnabled)
/classes/controller/FrontController.php:1794 (getDisplayTaxesLabel)
/controllers/front/listing/ManufacturerController.php:242 (getTemplateVarPage)
/classes/controller/FrontController.php:543 (getTemplateVarPage)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
49 |
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` = 8) LIMIT 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1754 (generateAddress)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_favorite_product`
WHERE `id_product` = 427
AND `id_shop` = 1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/modules/pkfavorites/src/Main/FavoriteProduct.php:116
/modules/pkfavorites/pkfavorites.php:262 (countOverallNumber)
/modules/pkfavorites/pkfavorites.php:185 (setTemplateVariables)
/classes/Hook.php:1043 (hookDisplayProductButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:385 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 427 |
0.091
ms
|
2 |
|
|
/classes/Product.php:3420
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:52 (getProductCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/05/4b/60/054b604c8b47ba9746564fa60bd74a8347109f41_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc7c8975_97118124)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:421 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_140716531567919acc74e953_82857442)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:464 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/68/ea/6e/68ea6e6d8b89c8106d80a61277f57dd92e313bc1_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc76a3c1_49500721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/37/da/10/37da10eedf56b48bce1f87de71226d1e9e206370_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc74cc04_42999849)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:159 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:410 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:434 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:469 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/81/54/f9/8154f9e7c814b6918cbe3b995d2f3f76fea998a0_2.file.helpers.tpl.php:513 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_10841364367919acc6b13b5_44569713)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/13/e0/99/13e099fde60de0d7df5f14326b523fcc9ba7ccdd_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6af9d9_71678411)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/55/2e/e0/552ee083f1715a436f33d26ba114c1d31b7f34d3_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6aad65_10545291)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/db/d6/3cdbd695bcfe407c3e692528593ca933c465e5c7_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc6a7fd0_91913392)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/3c/24/be/3c24be793c02304da1ed0afad693311b3262f6ae_2.file.manufacturer.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67919acc69fff3_28067912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/override/classes/controller/FrontController.php:38 (smartyOutputContent)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Language.php:880
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
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)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 427
ORDER BY `position` |
0.088
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 20
AND `id_module` = 77
AND `id_shop` = 1 |
0.087
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:596 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
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` = 427) |
0.087
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 77
AND `id_shop` = 1 |
0.084
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:596 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
103 |
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` = 428) |
0.082
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
28 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_manufacturer_shop`
WHERE `id_manufacturer` = 4
AND id_shop = 1 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/controllers/front/listing/ManufacturerController.php:67 (isAssociatedToShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
168 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
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)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 428
ORDER BY `position` |
0.081
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
0.079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1754 (generateAddress)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
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` = 429) |
0.078
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
130 |
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` = 431) |
0.078
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
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)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 429
ORDER BY `position` |
0.078
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:366 (setCurrency)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
121 |
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` = 430) |
0.077
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
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` = 427
AND image_shop.`cover` = 1 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
139 |
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` = 432) |
0.076
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
148 |
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` = 433) |
0.076
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
127 |
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` = 431
AND image_shop.`cover` = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
157 |
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` = 434) |
0.075
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
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)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 430
ORDER BY `position` |
0.075
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
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)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 433
ORDER BY `position` |
0.075
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5652 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
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)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 431
ORDER BY `position` |
0.074
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
176 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
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)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 432
ORDER BY `position` |
0.074
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
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)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 434
ORDER BY `position` |
0.074
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_lang`, IF(language_code = 'en-us', 0, LENGTH(language_code)) as found
FROM `ps_lang`
WHERE LEFT(`language_code`,2) = 'en'
ORDER BY found ASC LIMIT 1 |
0.073
ms
|
1 |
Yes
|
|
/classes/Language.php:1001
/classes/Tools.php:581 (getLanguageByIETFCode)
/classes/Tools.php:647 (setCookieLanguage)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
57 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 35
AND `id_module` = 77
AND `id_shop` = 1 |
0.071
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:596 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
100 |
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` = 428
AND image_shop.`cover` = 1 LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
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` = 429
AND image_shop.`cover` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
118 |
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` = 430
AND image_shop.`cover` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
145 |
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` = 433
AND image_shop.`cover` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
26 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ets_productmanager/ets_productmanager.php:65 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
136 |
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` = 432
AND image_shop.`cover` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
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` = 434
AND image_shop.`cover` = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
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` = 8
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 |
0.066
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3952 (getTaxCalculator)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5708 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:465 (__construct)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.064
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
37 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:366 (setCurrency)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 137 AND `id_shop` = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/classes/Cart.php:104 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:326 (getProducts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 137
AND `id_module` = 77
AND `id_shop` = 1 |
0.061
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:596 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225 (isEnabled)
/modules/pkthemesettings/pkthemesettings.php:256 (getSmartyConfig)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 28
AND `id_module` = 77
AND `id_shop` = 1 |
0.058
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:596 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1754 (generateAddress)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 976
AND `id_module` = 77
AND `id_shop` = 1 |
0.057
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:596 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 977
AND `id_module` = 77
AND `id_shop` = 1 |
0.057
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:596 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1651 (isEnabled)
/classes/controller/FrontController.php:1794 (getDisplayTaxesLabel)
/controllers/front/listing/ManufacturerController.php:242 (getTemplateVarPage)
/classes/controller/FrontController.php:543 (getTemplateVarPage)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 429) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 428) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 428 AND id_shop=1 LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 427) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.046
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 426 AND id_shop=1 LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 427 LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 428 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 428 AND `id_group` = 1 LIMIT 1 |
0.043
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 431) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 429 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 430 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 431 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 432) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 434) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 430) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 426 LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 432 LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 433 LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 434 LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 427 AND id_shop=1 LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 429 AND id_shop=1 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 431 AND id_shop=1 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 432 AND id_shop=1 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 433 AND id_shop=1 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 434 AND id_shop=1 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 430 AND id_shop=1 LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3994 (getReductionByIdGroup)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 427 AND `id_group` = 1 LIMIT 1 |
0.032
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 431 AND `id_group` = 1 LIMIT 1 |
0.032
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 429 AND `id_group` = 1 LIMIT 1 |
0.031
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 434 AND `id_group` = 1 LIMIT 1 |
0.031
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 430 AND `id_group` = 1 LIMIT 1 |
0.030
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 432 AND `id_group` = 1 LIMIT 1 |
0.030
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
150 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 433 AND `id_group` = 1 LIMIT 1 |
0.030
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:54 (priceCalculation)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:97 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|