127 |
SELECT SQL_NO_CACHE sa.id_product, sa.quantity as qty
FROM ps_stock_available sa
INNER JOIN ps_product_shop ps
ON ps.id_product = sa.id_product AND ps.active = 1
AND ps.id_shop = 1
WHERE sa.id_shop_group = 1
AND sa.id_product_attribute = 0 |
183.900
ms
|
40173 |
|
|
/modules/amazzingfilter/amazzingfilter.php:5578
/modules/amazzingfilter/amazzingfilter.php:5256 (getProductQty)
/modules/amazzingfilter/amazzingfilter.php:5003 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
126 |
SELECT SQL_NO_CACHE i.id_product AS id, g,
c,
f,
m,
p_1_1 AS p,
d
FROM `ps_af_index` i
WHERE (i.id_shop = 1) AND (i.v <> 2) |
183.689
ms
|
126179 |
|
|
/modules/amazzingfilter/amazzingfilter.php:537
/modules/amazzingfilter/amazzingfilter.php:5135 (indexationData)
/modules/amazzingfilter/amazzingfilter.php:5003 (getFilteredData)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
109 |
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 |
182.429
ms
|
0 |
|
|
/classes/Hook.php:1296
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:506 (getIdByName)
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/seigicookie/seigicookie.inc.php:1208 (registerHook)
/modules/seigicookie/util/license.php:26 (__construct)
/modules/seigicookie/seigicookie.inc.php:360 (getLicenserObject)
/modules/seigicookie/seigicookie.inc.php:264 (getConsentSettings)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
117 |
SELECT SQL_NO_CACHE *
FROM `ps_order_state` os
LEFT JOIN `ps_order_state_lang` osl ON (os.`id_order_state` = osl.`id_order_state` AND osl.`id_lang` = 1) WHERE deleted = 0 ORDER BY `name` ASC |
46.336
ms
|
102 |
Yes
|
|
/classes/order/OrderState.php:132
/modules/seigitagmanager/classes/configurator/settings.php:97 (getOrderStates)
/modules/seigitagmanager/util/configurator/configurator.php:398 (__construct)
/modules/seigitagmanager/seigitagmanager.inc.php:841 (getInstance)
/modules/seigitagmanager/seigitagmanager.inc.php:728 (executeFrontHeader)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
20 |
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` |
35.062
ms
|
695 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
177 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
16.657
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
73 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-06-18 00:00:00" AND date_to <= "2025-06-18 23:59:59") OR (date_from >= "2025-06-18 00:00:00" AND date_from <= "2025-06-18 23:59:59") OR (date_from < "2025-06-18 00:00:00" AND date_to > "2025-06-18 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
12.266
ms
|
13 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
41 |
SELECT SQL_NO_CACHE * FROM `ps_tagmanager_sdata` WHERE `ido` = 0 AND `idg` = 55193278 LIMIT 1 |
12.253
ms
|
1 |
|
|
/modules/seigitagmanager/classes/session/Data.php:139
/modules/seigitagmanager/classes/session/Data.php:25 (getObjectByIdGuest)
/modules/seigitagmanager/seigitagmanager.inc.php:924 (__construct)
/modules/seigitagmanager/seigitagmanager.inc.php:989 (getCurrentUserSessionInstance)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:30 (dispatch)
|
87 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
11.853
ms
|
7 |
Yes
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3902
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2825 (get_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3251 (StandardFont)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3038 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (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 = 'homescreen.pl' OR su.domain_ssl = 'homescreen.pl')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
10.501
ms
|
4 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:29 (require)
|
27 |
SELECT SQL_NO_CACHE id_lang, link_rewrite FROM `ps_af_seopage_lang`
WHERE id_seopage = 90
AND id_lang IN (1,2,3,4,5,6)
AND id_shop IN (1) |
10.246
ms
|
6 |
|
|
/modules/af_seopages/af_seopages.php:646
/modules/af_seopages/af_seopages.php:626 (pageData)
/modules/af_seopages/af_seopages.php:618 (pageData)
/modules/af_seopages/af_seopages.php:86 (pageData)
/classes/Hook.php:1043 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
223 |
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 = 72099
ORDER BY f.position ASC |
10.121
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
21 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
9.996
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
74 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
7.956
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
4 |
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
7.416
ms
|
2 |
|
|
/classes/shop/Shop.php:1184
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:29 (require)
|
28 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
7.302
ms
|
142 |
|
|
/classes/module/Module.php:345
/modules/prestawp/prestawp.php:146 (__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:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
75 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-af_seopages-seopage"
OR m.page = "moduleaf_seopagesseopage"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
7.142
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1779 (getMetaTags)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
179 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
7.142
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
32 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_edition_basic" LIMIT 1 |
6.164
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_productmanager/ets_productmanager.php:66 (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:30 (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.995
ms
|
19159 |
|
|
/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:29 (require)
|
29 |
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 |
5.991
ms
|
861 |
Yes
|
|
/classes/Dispatcher.php:659
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
151 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 72107 LIMIT 1 |
5.796
ms
|
3 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
76 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
5.755
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
185 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 72105 AND `id_group` = 1 LIMIT 1 |
5.747
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
30 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
4.846
ms
|
401 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:30 (dispatch)
|
323 |
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 = 71863
ORDER BY f.position ASC |
4.454
ms
|
4 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 72105) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
4.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
152 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
3.999
ms
|
116263 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/override/classes/SpecificPrice.php:51 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
23 |
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 |
3.991
ms
|
142 |
|
|
/classes/module/Module.php:345
/modules/af_seopages/af_seopages.php:23 (__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:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
178 |
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` = 72105
AND image_shop.`cover` = 1 LIMIT 1 |
3.853
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
5 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
3.618
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:29 (require)
|
222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 72099) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
3.485
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
6 |
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 |
3.418
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:29 (require)
|
8 |
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` = 14) LIMIT 1 |
2.963
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:29 (require)
|
22 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
2.927
ms
|
1214 |
|
|
/classes/Hook.php:1296
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
26 |
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 |
2.629
ms
|
142 |
|
|
/classes/module/Module.php:345
/modules/amazzingfilter/amazzingfilter.php:27 (__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)
/modules/af_seopages/af_seopages.php:1228 (getInstanceByName)
/modules/af_seopages/af_seopages.php:640 (af)
/modules/af_seopages/af_seopages.php:626 (pageData)
/modules/af_seopages/af_seopages.php:618 (pageData)
/modules/af_seopages/af_seopages.php:86 (pageData)
/classes/Hook.php:1043 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
240 |
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 = 72075
ORDER BY f.position ASC |
2.525
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
59 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
2.469
ms
|
16 |
|
|
/classes/Language.php:883
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
24 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
2.444
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:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
3 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
2.225
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:29 (require)
|
33 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 213 AND `id_shop` = 1 LIMIT 1 |
2.122
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ets_productmanager/ets_productmanager.php:66 (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:30 (dispatch)
|
189 |
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 = 72105
ORDER BY f.position ASC |
2.046
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (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 |
2.019
ms
|
4 |
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:29 (require)
|
183 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 72105) |
1.867
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
51 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
1.864
ms
|
16 |
|
|
/classes/Language.php:883
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
15 |
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 |
1.812
ms
|
16 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 72103) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.653
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
46 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 308 AND `id_shop` = 1 LIMIT 1 |
1.652
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/amazzingfilter/amazzingfilter.php:1518 (isEnabled)
/modules/af_seopages/af_seopages.php:124 (defineSettings)
/modules/af_seopages/controllers/front/seopage.php:17 (defineSettings)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
244 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(72075, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`) OR FIND_IN_SET(1197, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("34", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
1.443
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
7 |
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) |
1.415
ms
|
16 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:29 (require)
|
39 |
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 |
1.409
ms
|
142 |
|
|
/classes/module/Module.php:345
/modules/seigitagmanager/seigitagmanager.inc.php:150 (__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:507 (exec)
/index.php:30 (dispatch)
|
159 |
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 |
1.380
ms
|
733 |
|
|
/classes/Hook.php:456
/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:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
9 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
1.351
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:29 (require)
|
257 |
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 = 72074
ORDER BY f.position ASC |
1.236
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
35 |
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
1.234
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:325
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
: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:30 (dispatch)
|
61 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'RON') LIMIT 1 |
1.212
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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
40 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigitagmanager" LIMIT 1 |
1.204
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/seigitagmanager/util/module/Upgrade.php:61 (isInstalled)
/modules/seigitagmanager/seigitagmanager.inc.php:156 (runUpgrade)
: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:507 (exec)
/index.php:30 (dispatch)
|
324 |
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` = 71863) AND (b.`id_shop` = 1) LIMIT 1 |
1.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
67 |
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 |
1.160
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:467 (__construct)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
37 |
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
1.156
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:325
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:30 (dispatch)
|
65 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
1.155
ms
|
16 |
|
|
/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:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
325 |
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` = 71863
ORDER BY `position` |
1.141
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
184 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 72105 AND id_shop=1 LIMIT 1 |
1.122
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
36 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
1.108
ms
|
2 |
|
|
/modules/ps_mbo/ps_mbo.php:335
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
: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:30 (dispatch)
|
156 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 72107 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.040
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
208 |
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` = 72103
ORDER BY `position` |
0.991
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
279 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.977
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
267 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 72033 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.969
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
55 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.960
ms
|
16 |
|
|
/classes/Language.php:883
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
53 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.955
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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
64 |
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.953
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:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
38 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.917
ms
|
2 |
|
|
/modules/ps_mbo/ps_mbo.php:335
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:30 (dispatch)
|
328 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.893
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
262 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.888
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
245 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.857
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
58 |
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.841
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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
269 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 72033 AND id_shop=1 LIMIT 1 |
0.840
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
128 |
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.*, image.id_image, il.legend, m.name AS manufacturer_name,
`product_shop`.date_add > '2025-05-29 08:29:37' AS new
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)
INNER 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_image image
ON (image.id_product = p.id_product AND image.cover = 1)
LEFT JOIN ps_image_lang il
ON (il.id_image = image.id_image AND il.id_lang = 1)
LEFT JOIN ps_manufacturer m
ON m.id_manufacturer = p.id_manufacturer
WHERE p.id_product IN (72107,72105,72103,72099,72075,72074,72033,72029,71864,71863,71769,71625) |
0.835
ms
|
12 |
|
|
/modules/amazzingfilter/amazzingfilter.php:5735
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
42 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigicookie" LIMIT 1 |
0.831
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/seigicookie/util/module/Upgrade.php:61 (isInstalled)
/modules/seigicookie/seigicookie.inc.php:87 (runUpgrade)
: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)
/modules/seigitagmanager/seigitagmanager.inc.php:1580 (getInstanceByName)
/modules/seigitagmanager/classes/integrations/clarity/settings.php:51 (getCookieModuleInstance)
/modules/seigitagmanager/util/configurator/configurator.php:398 (__construct)
/modules/seigitagmanager/classes/integrations/clarity/clarity.php:23 (getInstance)
/modules/seigitagmanager/classes/integrations/clarity/clarity.php:115 (getSettingsObject)
/modules/seigitagmanager/classes/integrations/clarity/clarity.php:129 (getActiveErrors)
/modules/seigitagmanager/classes/manager.php:54 (isActive)
/modules/seigitagmanager/seigitagmanager.inc.php:1025 (getLicensedIntegrations)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:30 (dispatch)
|
228 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.829
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
242 |
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` = 72075
ORDER BY `position` |
0.820
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
150 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.811
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
199 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 72103 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.801
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
43 |
UPDATE `ps_tagmanager_sdata`
SET ido = 0,
idc = 0,
`d` = "rlWcpPV6VwVkAv43Zl4lZGLhZwN3VvjvqJRvBvWAo3ccoTkuKP81YwNtDKOjoTIKMJWYnKEpYmHmAl4mAvNbF0uHGHjfVTkcn2HtE2Iwn287VTAioKOuqTyvoTH7VRAfLKIxMHWiqSjiZF4jBlNeL2kuqJEyLz90DTShqTulo3OcLl5wo20cVvjvp3IcMPV6VwAzMQH2LzV4YJMuMGDgAQZ0BF1vLJAwYGZ1BJEwMTRjLwHlAFVfVaA1nJDlVwbvAGHkBGZlAmtvYPWjLJqyK3McMKqsL291oaDvBwR0YPWmo3IlL2ImVwc7VwDkZQyuZlV6rlW1plV6VvuxnKWyL3DcVvjvqJ0vBvVboz9hMFxvYPWsMKMyoaEsMTS0MFV6VwVjZwHgZQLgZGtvYPWsMKMyoaEsqUZvBwR3AGNlZwtkAGRfVy9yqzIhqS9mo3IlL2HvBvWaLKEbMKWypvW9sK0=",
`date_upd` = NOW()
WHERE idg = 55193278 AND `ido` = 0 LIMIT 1 |
0.798
ms
|
1 |
|
|
/modules/seigitagmanager/classes/session/Data.php:259
/modules/seigitagmanager/seigitagmanager.inc.php:1062 (save)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:30 (dispatch)
|
241 |
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` = 72075) AND (b.`id_shop` = 1) LIMIT 1 |
0.779
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
70 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.747
ms
|
1 |
|
|
/classes/Cart.php:4211
/classes/Cart.php:4186 (hasProducts)
/classes/Cart.php:2131 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
270 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 72033 AND `id_group` = 1 LIMIT 1 |
0.747
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
345 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.746
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
25 |
SELECT SQL_NO_CACHE *
FROM `ps_af_seopage` sp
INNER JOIN `ps_af_seopage_lang` `spl` ON spl.id_seopage = sp.id_seopage
WHERE (spl.id_lang IN(1)) AND (spl.id_shop IN(1)) AND (`active` = '1') AND (`link_rewrite` = 'etui-do-iphone-15-pro-max') LIMIT 1 |
0.743
ms
|
118 |
|
|
/modules/af_seopages/af_seopages.php:607
/modules/af_seopages/af_seopages.php:86 (pageData)
/classes/Hook.php:1043 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
362 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.712
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
315 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 71863
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.696
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
194 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.693
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
314 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 71863 LIMIT 1 |
0.688
ms
|
3 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
182 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 72105 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.682
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 72074) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.677
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
294 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.657
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
233 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 72075 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.652
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
170 |
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 = 72107
ORDER BY f.position ASC |
0.646
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
34 |
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.646
ms
|
142 |
|
|
/classes/module/Module.php:345
/modules/ps_mbo/ps_mbo.php:106 (__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:30 (dispatch)
|
299 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 71864 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.630
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
243 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 72075 |
0.592
ms
|
4 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
333 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 71769 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.590
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (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` = 72107
ORDER BY `position` |
0.579
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
250 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 72074 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.567
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
54 |
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` = 2) LIMIT 1 |
0.558
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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
338 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 71769 AND `id_shop` = 1 |
0.553
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
311 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.553
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
19 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.552
ms
|
1214 |
|
|
/classes/Hook.php:1340
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
62 |
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` = 4) LIMIT 1 |
0.552
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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
321 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 71863 AND `id_shop` = 1 |
0.548
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
60 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.542
ms
|
16 |
|
|
/classes/Language.php:883
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
31 |
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.532
ms
|
142 |
|
|
/classes/module/Module.php:345
/modules/ets_productmanager/ets_productmanager.php:58 (__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:30 (dispatch)
|
118 |
SELECT SQL_NO_CACHE t.id_template, t.template_filters AS filters, t.additional_settings, tl.data AS lang
FROM ps_af_templates t
LEFT JOIN ps_af_templates_lang tl
ON tl.id_template = t.id_template AND tl.id_shop = t.id_shop AND tl.id_lang = 1
INNER JOIN `ps_af_seopage_templates` ct
ON ct.id_template = t.id_template AND ct.id_shop = t.id_shop
AND ct.`id_seopage` IN (90, 0)
WHERE t.active = 1 AND t.template_controller = 'seopage'
AND t.id_shop = 1
ORDER BY ct.`id_seopage` DESC, t.id_template DESC LIMIT 1 |
0.531
ms
|
2 |
Yes
|
|
/modules/amazzingfilter/amazzingfilter.php:3636
/modules/amazzingfilter/amazzingfilter.php:3658 (getTemplateForCurrentPage)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
359 |
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` = 71625
ORDER BY `position` |
0.528
ms
|
13 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
211 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*
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)
ORDER BY f.`position` ASC |
0.518
ms
|
1681 |
Yes
|
|
/classes/Feature.php:92
/modules/altautofiller/altautofiller.php:900 (getFeatures)
/modules/altautofiller/altautofiller.php:629 (replaceVars)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
289 |
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 = 72029
ORDER BY f.position ASC |
0.516
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
66 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.514
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
350 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 71625 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.514
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
320 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 71863) LIMIT 1 |
0.502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
260 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 72074 |
0.499
ms
|
4 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
47 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.496
ms
|
4 |
Yes
|
|
/classes/Currency.php:709
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
275 |
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` = 72033) AND (b.`id_shop` = 1) LIMIT 1 |
0.474
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
376 |
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 (72099) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.471
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
381 |
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 (72033) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.470
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
274 |
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 = 72033
ORDER BY f.position ASC |
0.469
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
387 |
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 (71769) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.468
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
383 |
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 (71864) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.465
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
193 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(72105, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`) OR FIND_IN_SET(1197, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("46", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.463
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
276 |
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` = 72033
ORDER BY `position` |
0.459
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
364 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 910 AND `id_shop` = 1 |
0.458
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/amazzingfilter/amazzingfilter.php:4234 (__construct)
/modules/af_seopages/af_seopages.php:1139 (getAllParents)
/modules/af_seopages/controllers/front/seopage.php:88 (getBreadCrumbVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (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` = 72107) AND (b.`id_shop` = 1) LIMIT 1 |
0.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
259 |
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` = 72074
ORDER BY `position` |
0.455
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
56 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.452
ms
|
16 |
|
|
/classes/Language.php:883
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
114 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigipricehistory" LIMIT 1 |
0.450
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/seigipricehistory/util/module/Upgrade.php:61 (isInstalled)
/modules/seigipricehistory/seigipricehistory.inc.php:2058 (runUpgrade)
/modules/seigipricehistory/seigipricehistory.inc.php:89 (moduleUpgrade)
: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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
388 |
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 (71625) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.444
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
261 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(72074, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`) OR FIND_IN_SET(1197, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("34", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.443
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
10 |
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` = 2) LIMIT 1 |
0.438
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:29 (require)
|
57 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'PLN') LIMIT 1 |
0.436
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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
69 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.434
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
229 |
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` = 72075
AND image_shop.`cover` = 1 LIMIT 1 |
0.434
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
344 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(71769, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`) OR FIND_IN_SET(1197, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("26", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.431
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
306 |
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 = 71864
ORDER BY f.position ASC |
0.423
ms
|
4 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
166 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 72107 AND `id_shop` = 1 |
0.422
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
380 |
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` = 13) LIMIT 1 |
0.421
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:33 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:147 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
192 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 72105 |
0.420
ms
|
4 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
340 |
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 = 71769
ORDER BY f.position ASC |
0.419
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
277 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 72033 |
0.418
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.417
ms
|
16 |
|
|
/classes/Language.php:883
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
307 |
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` = 71864) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
291 |
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` = 72029
ORDER BY `position` |
0.415
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
88 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 |
0.413
ms
|
7 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3894
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3056 (get_css_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
378 |
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 (72074) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.413
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
374 |
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 (72105) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.410
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
235 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 72075 AND id_shop=1 LIMIT 1 |
0.409
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
173 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.408
ms
|
0 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
226 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 72099 |
0.407
ms
|
4 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
355 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 71625 AND `id_shop` = 1 |
0.406
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
68 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.405
ms
|
16 |
|
|
/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:467 (__construct)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
375 |
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 (72103) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.404
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
227 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(72099, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`) OR FIND_IN_SET(1197, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("46", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.403
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
358 |
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` = 71625) AND (b.`id_shop` = 1) LIMIT 1 |
0.397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
209 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 72103 |
0.395
ms
|
4 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
255 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 72074 AND `id_shop` = 1 |
0.395
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
175 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 72107 |
0.392
ms
|
4 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
258 |
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` = 72074) AND (b.`id_shop` = 1) LIMIT 1 |
0.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 72107) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.384
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
377 |
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 (72075) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.383
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
278 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(72033, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("13", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.381
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
286 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 72029) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
290 |
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` = 72029) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
115 |
SELECT SQL_NO_CACHE p.id_product
FROM `ps_product` p
WHERE (p.ean13 = '0123456789128') LIMIT 1 |
0.376
ms
|
1 |
|
|
/classes/Product.php:8041
/modules/seigipricehistory/seigipricehistory.inc.php:1674 (getIdByEan13)
/modules/seigipricehistory/seigipricehistory.inc.php:1700 (isOnSampleProductPage)
/modules/seigipricehistory/seigipricehistory.inc.php:1157 (isDebugHook)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
329 |
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` = 71769
AND image_shop.`cover` = 1 LIMIT 1 |
0.376
ms
|
14 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
366 |
SELECT SQL_NO_CACHE *
FROM `ps_af_seopage` sp
INNER JOIN `ps_af_seopage_lang` `spl` ON spl.id_seopage = sp.id_seopage
WHERE (spl.id_lang IN(1)) AND (spl.id_shop IN(1)) AND (`active` = '1') AND (`criteria` IN ('', 'c:2', 'c:3', 'c:282', 'c:910'))
ORDER BY FIELD(`criteria`, '', 'c:2', 'c:3', 'c:282', 'c:910') |
0.376
ms
|
118 |
Yes
|
|
/modules/af_seopages/af_seopages.php:669
/modules/af_seopages/af_seopages.php:1148 (pageData)
/modules/af_seopages/controllers/front/seopage.php:88 (getBreadCrumbVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
195 |
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` = 72103
AND image_shop.`cover` = 1 LIMIT 1 |
0.374
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
331 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 71769 LIMIT 1 |
0.374
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
264 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
237 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 72075) LIMIT 1 |
0.371
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
357 |
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 = 71625
ORDER BY f.position ASC |
0.371
ms
|
6 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
371 |
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 (72107) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.370
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
330 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
352 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 71625 AND id_shop=1 LIMIT 1 |
0.363
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
234 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 72075) |
0.356
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 72033) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
308 |
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` = 71864
ORDER BY `position` |
0.355
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
247 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.354
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
293 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(72029, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("13", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.351
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
367 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 34
AND `active` = 1 LIMIT 1 |
0.348
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:146 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
238 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 72075 AND `id_shop` = 1 |
0.347
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
231 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 72075 LIMIT 1 |
0.347
ms
|
3 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
265 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 72033 LIMIT 1 |
0.346
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
78 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.345
ms
|
9 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1616 (getNoPictureImage)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
263 |
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` = 72033
AND image_shop.`cover` = 1 LIMIT 1 |
0.344
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
268 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 72033) |
0.344
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
220 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 72099) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
382 |
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 (72029) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.343
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
52 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.342
ms
|
16 |
|
|
/classes/Language.php:883
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
198 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 72103
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.341
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
14 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.341
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:29 (require)
|
346 |
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` = 71625
AND image_shop.`cover` = 1 LIMIT 1 |
0.340
ms
|
13 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
200 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 72103) |
0.338
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
266 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 72033
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.334
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
225 |
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` = 72099
ORDER BY `position` |
0.333
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
246 |
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` = 72074
AND image_shop.`cover` = 1 LIMIT 1 |
0.330
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
272 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 72033 AND `id_shop` = 1 |
0.329
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
316 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 71863 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.329
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
230 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
354 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 71625) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
282 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 72029 LIMIT 1 |
0.326
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
254 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 72074) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
281 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.323
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
280 |
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` = 72029
AND image_shop.`cover` = 1 LIMIT 1 |
0.322
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
287 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 72029 AND `id_shop` = 1 |
0.320
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
251 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 72074) |
0.319
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
327 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(71863, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("34", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.318
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
174 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.316
ms
|
9 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
224 |
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` = 72099) AND (b.`id_shop` = 1) LIMIT 1 |
0.315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
249 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 72074
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.315
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
384 |
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 (71863) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.315
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
72 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.314
ms
|
12 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3035 (getCustomerCartRules)
/classes/Cart.php:3419 (getDeliveryOptionList)
/classes/Cart.php:3492 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2187 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
216 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 72099 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-18 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.313
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
303 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 71864) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
45 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "af_seopages" LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/amazzingfilter/amazzingfilter.php:1518 (isEnabled)
/modules/af_seopages/af_seopages.php:124 (defineSettings)
/modules/af_seopages/controllers/front/seopage.php:17 (defineSettings)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
337 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 71769) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
253 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 72074 AND `id_group` = 1 LIMIT 1 |
0.308
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
343 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 71769 |
0.306
ms
|
4 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
341 |
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` = 71769) AND (b.`id_shop` = 1) LIMIT 1 |
0.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
89 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartblog" LIMIT 1 |
0.301
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/nrtmegamenu/nrtmegamenu.php:86 (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/controller/FrontController.php:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
342 |
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` = 71769
ORDER BY `position` |
0.298
ms
|
14 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
368 |
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` = 34) LIMIT 1 |
0.297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:33 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:147 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
284 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 72029 AND id_shop=1 LIMIT 1 |
0.293
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
365 |
SELECT SQL_NO_CACHE c.id_category AS id
FROM ps_category c
INNER JOIN ps_category_shop cs
ON cs.id_category = c.id_category AND cs.id_shop = 1
WHERE nleft < 81 AND nright > 86
AND id_parent > 0
ORDER BY level_depth ASC |
0.291
ms
|
42 |
Yes
|
|
/modules/amazzingfilter/amazzingfilter.php:4241
/modules/af_seopages/af_seopages.php:1139 (getAllParents)
/modules/af_seopages/controllers/front/seopage.php:88 (getBreadCrumbVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
186 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 72105) LIMIT 1 |
0.290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
379 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 13
AND `active` = 1 LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:146 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
296 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
361 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(71625, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`) OR FIND_IN_SET(1197, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("26", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.288
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
363 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 910) LIMIT 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/amazzingfilter/amazzingfilter.php:4234 (__construct)
/modules/af_seopages/af_seopages.php:1139 (getAllParents)
/modules/af_seopages/controllers/front/seopage.php:88 (getBreadCrumbVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
11 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:29 (require)
|
202 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 72103 AND `id_group` = 1 LIMIT 1 |
0.287
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
295 |
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` = 71864
AND image_shop.`cover` = 1 LIMIT 1 |
0.285
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
351 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 71625) |
0.285
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 72105 AND `id_shop` = 1 |
0.284
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
248 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 72074 LIMIT 1 |
0.284
ms
|
3 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 72029) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
369 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtreviews" LIMIT 1 |
0.282
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:161 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
386 |
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` = 26) LIMIT 1 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:33 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:147 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
373 |
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` = 46) LIMIT 1 |
0.276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:33 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:147 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
304 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 71864 AND `id_shop` = 1 |
0.274
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
181 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 72105
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.271
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 72075) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
326 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 71863 |
0.265
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71769) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
110 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 121
AND `id_shop` = 1 |
0.262
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/seigicookie/seigicookie.inc.php:1208 (registerHook)
/modules/seigicookie/util/license.php:26 (__construct)
/modules/seigicookie/seigicookie.inc.php:360 (getLicenserObject)
/modules/seigicookie/seigicookie.inc.php:264 (getConsentSettings)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
196 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
283 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 72029) |
0.262
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
301 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 71864 AND id_shop=1 LIMIT 1 |
0.262
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
334 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 71769) |
0.262
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
347 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'pl' LIMIT 1 |
0.256
ms
|
16 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
372 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 46
AND `active` = 1 LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:146 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
232 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 72075
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.254
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
360 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 71625 |
0.254
ms
|
4 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
201 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 72103 AND id_shop=1 LIMIT 1 |
0.253
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
348 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 71625 LIMIT 1 |
0.253
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
16 |
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.252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Dispatcher.php:569 (__construct)
/classes/Dispatcher.php:530 (buildRequestUri)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71625) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
119 |
SELECT SQL_NO_CACHE `m`.`id_manufacturer` as id, `name`
FROM `ps_manufacturer` `m`
INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
WHERE `active` = 1 ORDER BY `name` ASC |
0.250
ms
|
128 |
Yes
|
|
/modules/amazzingfilter/amazzingfilter.php:3258
/modules/amazzingfilter/amazzingfilter.php:3219 (getRawFilterValues)
/modules/amazzingfilter/amazzingfilter.php:2958 (getFilterValues)
/modules/amazzingfilter/amazzingfilter.php:2875 (prepareFiltersData)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
349 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 71625
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
71 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-06-18 00:00:00" AND date_to <= "2025-06-18 23:59:59") OR (date_from >= "2025-06-18 00:00:00" AND date_from <= "2025-06-18 23:59:59") OR (date_from < "2025-06-18 00:00:00" AND date_to > "2025-06-18 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.241
ms
|
13 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3035 (getCustomerCartRules)
/classes/Cart.php:3419 (getDeliveryOptionList)
/classes/Cart.php:3492 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2187 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
252 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 72074 AND id_shop=1 LIMIT 1 |
0.241
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
332 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 71769
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
385 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 26
AND `active` = 1 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:146 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
335 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 71769 AND id_shop=1 LIMIT 1 |
0.237
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
336 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 71769 AND `id_group` = 1 LIMIT 1 |
0.237
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
300 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 71864) |
0.236
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
285 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 72029 AND `id_group` = 1 LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
297 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 71864 LIMIT 1 |
0.234
ms
|
3 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71864) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
63 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.231
ms
|
16 |
|
|
/classes/Language.php:883
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
236 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 72075 AND `id_group` = 1 LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
197 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 72103 LIMIT 1 |
0.229
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
206 |
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 = 72103
ORDER BY f.position ASC |
0.226
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
44 |
SELECT SQL_NO_CACHE * FROM ps_af_settings
WHERE id_shop = 1 |
0.224
ms
|
8 |
|
|
/modules/amazzingfilter/amazzingfilter.php:1538
/modules/amazzingfilter/amazzingfilter.php:1517 (getSavedSettings)
/modules/af_seopages/af_seopages.php:124 (defineSettings)
/modules/af_seopages/controllers/front/seopage.php:17 (defineSettings)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
79 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 14 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:29 (require)
|
168 |
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` = 14
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.218
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
50 |
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` = 3) LIMIT 1 |
0.218
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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
370 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/dd/15/c7/dd15c79f34bd3278705148f95dfe6b1f0a2a70b3_2.file.product-0.tpl.php:161 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a47650ef44_38885919)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/f3/69/29/f369297079a327d6efe926d23431240c9b15d4a7_2.file.products.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4708d6f19_09923944)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:144 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:174 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:290 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
91 |
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.211
ms
|
4 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/modules/axoncreator/axoncreator.php:1945 (isMultiCurrencyActivated)
/modules/axoncreator/axoncreator.php:946 (getListCurrencies)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
160 |
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` = 14
AND tr.`id_tax_rules_group` = 6
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.211
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
353 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 71625 AND `id_group` = 1 LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
190 |
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` = 72105) AND (b.`id_shop` = 1) LIMIT 1 |
0.210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
104 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSummary' LIMIT 1 |
0.209
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
120 |
SELECT SQL_NO_CACHE id_lang, link_rewrite FROM `ps_af_seopage_lang`
WHERE id_seopage = 1
AND id_lang IN (1,2,3,4,5,6)
AND id_shop IN (1) |
0.209
ms
|
6 |
|
|
/modules/af_seopages/af_seopages.php:646
/modules/af_seopages/af_seopages.php:1538 (pageData)
/modules/af_seopages/af_seopages.php:1530 (url)
/modules/af_seopages/af_seopages.php:353 (url)
/modules/amazzingfilter/amazzingfilter.php:3022 (extendInitialParams)
/modules/amazzingfilter/amazzingfilter.php:2876 (prepareInitialParams)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
108 |
SELECT SQL_NO_CACHE id_shop FROM ps_shop |
0.205
ms
|
2 |
|
|
/classes/shop/Shop.php:751
/classes/Hook.php:590 (getCompleteListOfShopsID)
/classes/module/Module.php:1061 (registerHook)
/modules/seigicookie/seigicookie.inc.php:1208 (registerHook)
/modules/seigicookie/util/license.php:26 (__construct)
/modules/seigicookie/seigicookie.inc.php:360 (getLicenserObject)
/modules/seigicookie/seigicookie.inc.php:264 (getConsentSettings)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
271 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 72033) LIMIT 1 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
13 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/module/Module.php:2109
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:29 (require)
|
144 |
SELECT SQL_NO_CACHE c.id_carrier, pp.id as paxy_id, pp.widget_pickup_point
FROM `ps_paxy_presta_couriers` pp
INNER JOIN `ps_carrier` `c` ON pp.id_reference = c.id_reference
WHERE (c.active = 1) AND (c.deleted = 0) AND (pp.is_pickup_point = 1) |
0.200
ms
|
68 |
|
|
/modules/paxypresta/paxypresta.php:323
/modules/paxypresta/paxypresta.php:344 (getCarriersBaseQuery)
/modules/paxypresta/paxypresta.php:281 (getIdCarriersWithPickupPoints)
/override/modules/paxypresta/paxypresta.php:13 (hookDisplayHeader)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
207 |
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` = 72103) AND (b.`id_shop` = 1) LIMIT 1 |
0.199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 71864 AND `id_group` = 1 LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
90 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 92 AND `id_shop` = 1 LIMIT 1 |
0.194
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/nrtmegamenu/nrtmegamenu.php:86 (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/controller/FrontController.php:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
310 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(71864, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("34", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.194
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
292 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 72029 |
0.192
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
176 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(72107, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`) OR FIND_IN_SET(1197, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("34", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.187
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
210 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 1
AND `id_lang` = 1
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(72103, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(910, `categories`) OR FIND_IN_SET(1197, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("46", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
0.177
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
111 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 121
AND `id_shop` = 2 |
0.175
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/seigicookie/seigicookie.inc.php:1208 (registerHook)
/modules/seigicookie/util/license.php:26 (__construct)
/modules/seigicookie/seigicookie.inc.php:360 (getLicenserObject)
/modules/seigicookie/seigicookie.inc.php:264 (getConsentSettings)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
112 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 25
AND `id_module` = 121
AND `id_shop` = 1 |
0.175
ms
|
0 |
|
|
/classes/Hook.php:515
/classes/module/Module.php:2150 (isModuleRegisteredOnHook)
/modules/seigicookie/seigicookie.inc.php:273 (isRegisteredInHook)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
165 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 72107) LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
145 |
SELECT SQL_NO_CACHE c.id_carrier, pp.id as paxy_id, pp.widget_pickup_point
FROM `ps_paxy_presta_couriers` pp
INNER JOIN `ps_carrier` `c` ON pp.id_reference = c.id_reference
WHERE (c.active = 1) AND (c.deleted = 0) AND (pp.is_pickup_point = 1) |
0.167
ms
|
68 |
|
|
/modules/paxypresta/paxypresta.php:323
/modules/paxypresta/paxypresta.php:327 (getCarriersBaseQuery)
/modules/paxypresta/paxypresta.php:282 (getCarriersWithPickupPoints)
/override/modules/paxypresta/paxypresta.php:13 (hookDisplayHeader)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
221 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 72099 AND `id_shop` = 1 |
0.167
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
204 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 72103 AND `id_shop` = 1 |
0.161
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
191 |
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` = 72105
ORDER BY `position` |
0.159
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 71863) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
113 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 0
AND `id_module` = 121
AND `id_shop` = 1 |
0.156
ms
|
0 |
|
|
/classes/Hook.php:515
/classes/module/Module.php:2150 (isModuleRegisteredOnHook)
/modules/seigicookie/seigicookie.inc.php:273 (isRegisteredInHook)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
86 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.154
ms
|
7 |
Yes
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3902
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2825 (get_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3248 (StandardFont)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3038 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
92 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.153
ms
|
4 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669 (findAll)
/modules/axoncreator/axoncreator.php:1992 (getCurrencies)
/modules/axoncreator/axoncreator.php:946 (getListCurrencies)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
203 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 72103) LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
142 |
SELECT SQL_NO_CACHE m.* FROM `ps_module` m |
0.151
ms
|
142 |
|
|
/classes/module/Module.php:1696
/modules/seigideliverymanager/classes/settings/module.php:172 (getModulesInstalled)
/modules/seigideliverymanager/seigideliverymanager.inc.php:199 (__construct)
/modules/seigideliverymanager/seigideliverymanager.inc.php:1559 (getGlobalSettingsObject)
/modules/seigideliverymanager/seigideliverymanager.inc.php:457 (isOrderPage)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
396 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.148
ms
|
4 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:248 (getWidgetVariables)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed86b95_19828188)
/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/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed6c269_11402589)
/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/module/Module.php:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
147 |
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` = 72107
AND image_shop.`cover` = 1 LIMIT 1 |
0.148
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
103 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayShoppingCartFooter' LIMIT 1 |
0.143
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
95 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumn' LIMIT 1 |
0.142
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
212 |
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` = 72099
AND image_shop.`cover` = 1 LIMIT 1 |
0.140
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
309 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 71864 |
0.128
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/modules/af_seopages/controllers/front/seopage.php:118 (present)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
105 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayHeaderCategory' LIMIT 1 |
0.128
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
317 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 71863) |
0.127
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
312 |
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` = 71863
AND image_shop.`cover` = 1 LIMIT 1 |
0.127
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
389 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1155 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:191 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:206 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/8a/35/6a/8a356a7e20587c225b20ccdf9f8a5f10dfe63075_2.file.listing-1.tpl.php:294 (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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (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:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
97 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductAccessories' LIMIT 1 |
0.123
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
96 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumn' LIMIT 1 |
0.121
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
101 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumnProduct' LIMIT 1 |
0.121
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
180 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 72105 LIMIT 1 |
0.121
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
99 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterProduct' LIMIT 1 |
0.119
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
106 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterCategory' LIMIT 1 |
0.119
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
100 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumnProduct' LIMIT 1 |
0.118
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
107 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'display404PageBuilder' LIMIT 1 |
0.117
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
98 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSameCategory' LIMIT 1 |
0.115
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
102 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayContactPageBuilder' LIMIT 1 |
0.115
ms
|
25 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
153 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-06-18 00:00:00' AND '2025-06-18 23:59:59' LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/override/classes/SpecificPrice.php:51 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
94 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2 |
0.114
ms
|
16 |
|
|
/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/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:669 (addCldrDatasToCurrency)
/modules/axoncreator/axoncreator.php:1992 (getCurrencies)
/modules/axoncreator/axoncreator.php:946 (getListCurrencies)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
154 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-06-18 00:00:00' AND '2025-06-18 23:59:59' LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/override/classes/SpecificPrice.php:51 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
146 |
SELECT SQL_NO_CACHE *
FROM `ps_configuration` c
WHERE (c.name = "paxy_widget_api_key") |
0.111
ms
|
1 |
|
|
/modules/paxypresta/paxypresta.php:262
/modules/paxypresta/paxypresta.php:283 (getPaxyWidgetKey)
/override/modules/paxypresta/paxypresta.php:13 (hookDisplayHeader)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
214 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 72099 LIMIT 1 |
0.110
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
129 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 71625) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
141 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigideliverymanager" LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/seigideliverymanager/util/module/Upgrade.php:61 (isInstalled)
/modules/seigideliverymanager/seigideliverymanager.inc.php:94 (runUpgrade)
/modules/seigideliverymanager/seigideliverymanager.inc.php:80 (moduleUpgrade)
: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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
18 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:642 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:30 (getInstance)
|
143 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1073 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
217 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 72099) |
0.107
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
93 |
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` = 2) LIMIT 1 |
0.106
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/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:669 (addCldrDatasToCurrency)
/modules/axoncreator/axoncreator.php:1992 (getCurrencies)
/modules/axoncreator/axoncreator.php:946 (getListCurrencies)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
49 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CZK') LIMIT 1 |
0.105
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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/af_seopages/controllers/front/seopage.php:38 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
157 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 72107) |
0.105
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
155 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 72107
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
148 |
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` = 910 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
390 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtsociallogin" LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed86b95_19828188)
/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/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed6c269_11402589)
/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/module/Module.php:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
121 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.101
ms
|
16 |
|
|
/classes/Language.php:854
/modules/af_seopages/af_seopages.php:1164 (getIdByIso)
/modules/af_seopages/af_seopages.php:1105 (defineAlternateURLs)
/modules/af_seopages/af_seopages.php:372 (processCanonical)
/modules/amazzingfilter/amazzingfilter.php:3022 (extendInitialParams)
/modules/amazzingfilter/amazzingfilter.php:2876 (prepareInitialParams)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
81 |
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` = 14) LIMIT 1 |
0.098
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:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
162 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.097
ms
|
16 |
|
|
/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:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
167 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 910 LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
130 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 71769) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
132 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 71864) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
134 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 72033) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
139 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 72105) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
158 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 72107 AND id_shop=1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
77 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
136 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 72075) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
161 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.088
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:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
163 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 72107 AND `id_group` = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
116 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigigpsr" LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/seigigpsr/util/module/Upgrade.php:61 (isInstalled)
/modules/seigigpsr/seigigpsr.inc.php:90 (runUpgrade)
: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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
137 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 72099) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
313 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
131 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 71863) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
399 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtshoppingcart" LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
82 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 14 |
0.084
ms
|
16 |
|
|
/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:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
140 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 72107) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
149 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
394 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:246 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed86b95_19828188)
/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/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed6c269_11402589)
/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/module/Module.php:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
133 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 72029) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
213 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 910 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
391 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 118 AND `id_shop` = 1 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed86b95_19828188)
/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/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed6c269_11402589)
/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/module/Module.php:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
80 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 14 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
138 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 72103) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
135 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 72074) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/amazzingfilter/amazzingfilter.php:5751 (outOfStock)
/modules/amazzingfilter/amazzingfilter.php:5421 (getProductsInfos)
/modules/amazzingfilter/amazzingfilter.php:5004 (prepareDataForDisplay)
/modules/amazzingfilter/amazzingfilter.php:2879 (getFilteredProducts)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
397 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
392 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:205 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed86b95_19828188)
/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/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed6c269_11402589)
/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/module/Module.php:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
215 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 72099
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
83 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.078
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:555 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
84 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "axoncreator" LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3215 (isEnabled)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3038 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
125 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'hu' LIMIT 1 |
0.077
ms
|
16 |
|
|
/classes/Language.php:854
/modules/af_seopages/af_seopages.php:1164 (getIdByIso)
/modules/af_seopages/af_seopages.php:1105 (defineAlternateURLs)
/modules/af_seopages/af_seopages.php:372 (processCanonical)
/modules/amazzingfilter/amazzingfilter.php:3022 (extendInitialParams)
/modules/amazzingfilter/amazzingfilter.php:2876 (prepareInitialParams)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
318 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 71863 AND id_shop=1 LIMIT 1 |
0.077
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
393 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/module/Module.php:2109
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:205 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed86b95_19828188)
/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/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed6c269_11402589)
/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/module/Module.php:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
400 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
218 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 72099 AND id_shop=1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/override/classes/Product.php:809
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
298 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 71864
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.075
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
85 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3215 (isEnabled)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3038 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
122 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'ro' LIMIT 1 |
0.074
ms
|
16 |
|
|
/classes/Language.php:854
/modules/af_seopages/af_seopages.php:1164 (getIdByIso)
/modules/af_seopages/af_seopages.php:1105 (defineAlternateURLs)
/modules/af_seopages/af_seopages.php:372 (processCanonical)
/modules/amazzingfilter/amazzingfilter.php:3022 (extendInitialParams)
/modules/amazzingfilter/amazzingfilter.php:2876 (prepareInitialParams)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
164 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
398 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
124 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'cs' LIMIT 1 |
0.072
ms
|
16 |
|
|
/classes/Language.php:854
/modules/af_seopages/af_seopages.php:1164 (getIdByIso)
/modules/af_seopages/af_seopages.php:1105 (defineAlternateURLs)
/modules/af_seopages/af_seopages.php:372 (processCanonical)
/modules/amazzingfilter/amazzingfilter.php:3022 (extendInitialParams)
/modules/amazzingfilter/amazzingfilter.php:2876 (prepareInitialParams)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
123 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'de' LIMIT 1 |
0.071
ms
|
16 |
|
|
/classes/Language.php:854
/modules/af_seopages/af_seopages.php:1164 (getIdByIso)
/modules/af_seopages/af_seopages.php:1105 (defineAlternateURLs)
/modules/af_seopages/af_seopages.php:372 (processCanonical)
/modules/amazzingfilter/amazzingfilter.php:3022 (extendInitialParams)
/modules/amazzingfilter/amazzingfilter.php:2876 (prepareInitialParams)
/modules/amazzingfilter/amazzingfilter.php:3693 (prepareTplVariables)
/modules/amazzingfilter/amazzingfilter.php:2741 (defineFilterParams)
/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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/af_seopages/controllers/front/seopage.php:105 (initContent)
/modules/af_seopages/controllers/front/seopage.php:62 (preInitContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
395 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/module/Module.php:2109
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:246 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed86b95_19828188)
/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/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46ed6c269_11402589)
/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/module/Module.php:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:443 (__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/prod/smarty/compile/akiralayouts_layout_left_column_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e5480e9_19912567)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/67/10/e9/6710e91800a678b7d5876592ed7b2b358d8192f7_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a46e52c230_92202608)
/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:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_left_column_tpl/b6/4f/db/b64fdbaca9bd1591395c3026ce91955505fb28c4_2.module.af_seopagesviewstemplatesfrontseopage.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6851a4847f40a7_07257977)
/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/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
219 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 72099 AND `id_group` = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|
319 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 71863 AND `id_group` = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:117 (getProductProperties)
/modules/af_seopages/controllers/front/seopage.php:71 (presentProducts)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:30 (dispatch)
|