47 | 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 | 16.442 ms | 629 | | | /classes/Hook.php:456 /classes/Hook.php:493 (getHookModuleList) /classes/tax/TaxManagerFactory.php:67 (getModulesFromHook) /classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory) /classes/Product.php:6831 (getManager) /classes/Product.php:741 (getTaxesRate) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
206 | SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1276 LIMIT 1 | 14.453 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
204 | SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1276 AND id_shop=1 LIMIT 1 | 14.316 ms | 1 | | | /classes/Product.php:6809 /classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
207 | SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1276 LIMIT 1 | 11.756 ms | 1 | | | /classes/Pack.php:90 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
13 | 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` | 9.691 ms | 1890 | Yes | Yes | /classes/Hook.php:1183 /classes/Hook.php:699 (getAllHookRegistrations) /classes/Hook.php:803 (getHookModuleExecList) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
208 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1276) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 9.566 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4326 (getQuantityAvailableByProduct) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
263 | SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location 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) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 1274 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` | 9.529 ms | 6 | Yes | Yes | /classes/Product.php:2808 /controllers/front/ProductController.php:1091 (getAttributeCombinations) /controllers/front/ProductController.php:1075 (tryToGetAvailableIdProductAttribute) /controllers/front/ProductController.php:1199 (getIdProductAttributeByGroupOrRequestOrDefault) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
205 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1276 AND `id_group` = 1 LIMIT 1 | 9.301 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3980 (getValueForProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
266 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitadditionaltabs" LIMIT 1 | 8.615 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
54 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 | 7.871 ms | 1 | | | /classes/SpecificPrice.php:426 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:748 (getPriceStatic) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
50 | SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 | 7.667 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/tax/TaxRulesTaxManager.php:116 (__construct) /classes/Product.php:6832 (getTaxCalculator) /classes/Product.php:741 (getTaxesRate) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
311 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_repairabilityscore" LIMIT 1 | 7.312 ms | 0 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2081 (getModuleIdByName) /modules/gsnippetsreviews/src/ModuleUtils.php:363 (isInstalled) /modules/gsnippetsreviews/src/Hook/Display.php:43 (checkRS) /modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:187 (header) /classes/Hook.php:993 (__call) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/controller/FrontController.php:577 (exec) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
45 | SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 | 7.259 ms | 0 | | | /classes/Supplier.php:243 /classes/Product.php:735 (getNameById) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
258 | 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` = 1277
ORDER BY `position` | 7.052 ms | 2 | Yes | | /classes/Product.php:3538 /src/Adapter/Image/ImageRetriever.php:77 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
14 | SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` | 6.971 ms | 88 | | | /classes/Hook.php:287 /classes/Hook.php:318 (getAllHookAliases) /classes/Hook.php:710 (getHookAliasesFor) /classes/Hook.php:803 (getHookModuleExecList) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
9 | SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 | 6.643 ms | 1 | | | /classes/ObjectModel.php:1728 /config/config.inc.php:216 (isAssociatedToShop) /index.php:27 (require)
|
278 | SELECT SQL_NO_CACHE id_simpleblog_post, id_product
FROM `ps_simpleblog_related_post`
WHERE (id_product = 1274) | 6.144 ms | 2 | | | /modules/ph_relatedposts/models/SimpleBlogRelatedPost.php:35 /modules/ph_relatedposts/ph_relatedposts.php:215 (getByProductId) /modules/ph_relatedposts/ph_relatedposts.php:174 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
2 | SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) | 5.986 ms | 1774 | | | /classes/Configuration.php:180 /classes/Configuration.php:229 (loadConfiguration) /classes/Configuration.php:302 (get) /classes/shop/Shop.php:398 (getMultiShopValues) /config/config.inc.php:117 (initialize) /index.php:27 (require)
|
3 | SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 | 5.875 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/shop/Shop.php:145 (__construct) /classes/shop/Shop.php:431 (__construct) /config/config.inc.php:117 (initialize) /index.php:27 (require)
|
60 | SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1274 | 5.613 ms | 1 | | | /classes/Tag.php:244 /classes/Product.php:749 (getProductTags) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
264 | SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1274
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
AND product_attribute_shop.`id_product_attribute` = 13310 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC | 5.468 ms | 1 | Yes | Yes | /classes/Product.php:4571 /controllers/front/ProductController.php:1304 (getAttributesGroups) /controllers/front/ProductController.php:1255 (findProductCombinationById) /controllers/front/ProductController.php:1200 (getProductMinimalQuantity) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
275 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1 | 5.451 ms | 1 | | | /classes/module/Module.php:2106 /modules/ph_relatedposts/ph_relatedposts.php:41 (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:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
286 | 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 = 1274
ORDER BY f.position ASC | 5.258 ms | 5 | Yes | | /classes/Product.php:5954 /classes/Product.php:5762 (getFrontFeaturesStatic) /controllers/front/ProductController.php:1206 (getProductProperties) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
295 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (13297, 13302, 13304, 13305, 13306, 13310) AND il.`id_lang` = 1 ORDER by i.`position` | 5.203 ms | 6 | Yes | | /classes/Product.php:2914 /controllers/front/ProductController.php:640 (getCombinationImages) /controllers/front/ProductController.php:461 (assignAttributesGroups) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
262 | SELECT SQL_NO_CACHE pa.id_product_attribute
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)
WHERE pa.`id_product` = 1274 | 5.110 ms | 6 | | | /classes/Product.php:7429 /classes/Product.php:7509 (getProductAttributesIds) /controllers/front/ProductController.php:1058 (hasCombinations) /controllers/front/ProductController.php:1199 (getIdProductAttributeByGroupOrRequestOrDefault) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
96 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1274 | 5.022 ms | 6 | | | /classes/Product.php:7496 /controllers/front/ProductController.php:860 (getAttributesInformationsByProduct) /controllers/front/ProductController.php:373 (assignAttributesCombinations) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
369 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcontactpage" LIMIT 1 | 4.970 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/10/50/83/105083cbadae72e7ed18af9e7930a12380757704_2.file.footer-1.tpl.php:100 (__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/warehouselayouts_layout_full_width_tpl/10/50/83/105083cbadae72e7ed18af9e7930a12380757704_2.file.footer-1.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5c21564_88644916) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/e2/2a/9c/e22a9cf79b8c7fad8f4d94f181348c7d8d9eb307_2.file.footer.tpl.php:32 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5bcb648_52988558) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:144 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
265 | SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1274
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
AND product_attribute_shop.`id_product_attribute` = 13310 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC | 4.922 ms | 1 | Yes | Yes | /classes/Product.php:4571 /controllers/front/ProductController.php:1304 (getAttributesGroups) /controllers/front/ProductController.php:1255 (findProductCombinationById) /controllers/front/ProductController.php:1320 (getProductMinimalQuantity) /controllers/front/ProductController.php:1201 (getRequiredQuantity) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
24 | SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) | 4.889 ms | 1 | | | /classes/module/Module.php:2015 /classes/Hook.php:881 (getExceptionsStatic) /classes/Dispatcher.php:351 (exec) /index.php:28 (dispatch)
|
51 | SELECT SQL_NO_CACHE COUNT(p.id_product)
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 = 1274
AND DATEDIFF("2025-04-10 00:00:00", product_shop.`date_add`) < 180 LIMIT 1 | 4.589 ms | 0 | | | /classes/Product.php:1725 /classes/Product.php:743 (isNew) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
317 | SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 4.319 ms | 1 | | | /classes/stock/StockAvailable.php:806 /classes/Product.php:7802 (getLocation) /classes/Product.php:751 (loadStockData) /modules/fbpixel/fbpixel.php:559 (__construct) /classes/Hook.php:993 (hookHeader) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/controller/FrontController.php:577 (exec) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
293 | SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1274
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC | 4.315 ms | 6 | Yes | Yes | /classes/Product.php:4571 /controllers/front/ProductController.php:638 (getAttributesGroups) /controllers/front/ProductController.php:461 (assignAttributesGroups) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
16 | SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 | 4.246 ms | 1 | | | /classes/shop/Shop.php:1183 /modules/ph_simpleblog/ph_simpleblog.php:130 (isFeatureActive) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
209 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1276 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1276 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 4.202 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
366 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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 (1276) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; | 4.188 ms | 6 | Yes | | /classes/Product.php:4497 /src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList) /src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:112 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:297 (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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:34 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf145f58_83471252) /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/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:76 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf12dae9_42569753) /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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:662 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:1010 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
35 | 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 | 4.162 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (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:282 (init) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
17 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 | 4.122 ms | 125 | | | /classes/module/Module.php:345 /modules/ph_simpleblog/ph_simpleblog.php:135 (__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:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
288 | 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` = 1274
ORDER BY `position` | 4.111 ms | 16 | Yes | | /classes/Product.php:3538 /src/Adapter/Image/ImageRetriever.php:77 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct) /controllers/front/ProductController.php:1241 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
39 | SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 | 4.063 ms | 1 | | | /classes/ObjectModel.php:1728 /classes/Tools.php:691 (isAssociatedToShop) /classes/controller/FrontController.php:360 (setCurrency) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
46 | 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 | 3.917 ms | 0 | | | /classes/Hook.php:1242 /classes/Hook.php:225 (getAllHookIds) /classes/tax/TaxManagerFactory.php:67 (getIdByName) /classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory) /classes/Product.php:6831 (getManager) /classes/Product.php:741 (getTaxesRate) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
38 | SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 | 3.905 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Currency.php:246 (__construct) /classes/Currency.php:1091 (__construct) /classes/Tools.php:687 (getCurrencyInstance) /classes/controller/FrontController.php:360 (setCurrency) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
310 | SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location 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) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 1274 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` | 3.896 ms | 6 | Yes | Yes | /classes/Product.php:2808 /controllers/front/ProductController.php:1091 (getAttributeCombinations) /controllers/front/ProductController.php:1044 (tryToGetAvailableIdProductAttribute) /controllers/front/ProductController.php:1353 (getIdProductAttributeByRequest) /classes/controller/FrontController.php:1819 (getBreadcrumbLinks) /classes/controller/FrontController.php:512 (getBreadcrumb) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
22 | 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.839 ms | 125 | | | /classes/module/Module.php:345 /modules/gsnippetsreviews/vendor/prestamodule/prestashop-module-framework/src/Module.php:94 (__construct) /modules/gsnippetsreviews/gsnippetsreviews.php:298 (__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:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
268 | SELECT SQL_NO_CACHE *
FROM ps_iqitadditionaltab t
LEFT JOIN ps_iqitadditionaltab_lang tl ON (t.id_iqitadditionaltab = tl.id_iqitadditionaltab AND tl.id_lang = 1)
INNER JOIN ps_iqitadditionaltab_shop iqitadditionaltab_shop
ON (iqitadditionaltab_shop.id_iqitadditionaltab = t.id_iqitadditionaltab AND iqitadditionaltab_shop.id_shop = 1)
WHERE (t.id_product = 0 OR t.id_product = 1274) AND t.`active` = 1 GROUP BY t.id_iqitadditionaltab
ORDER BY t.`position` | 3.767 ms | 1 | Yes | Yes | /modules/iqitadditionaltabs/src/IqitAdditionalTab.php:118 /modules/iqitadditionaltabs/iqitadditionaltabs.php:558 (getTabs) /modules/iqitadditionaltabs/iqitadditionaltabs.php:530 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
316 | SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 3.734 ms | 1 | | | /classes/stock/StockAvailable.php:753 /classes/Product.php:7801 (dependsOnStock) /classes/Product.php:751 (loadStockData) /modules/fbpixel/fbpixel.php:559 (__construct) /classes/Hook.php:993 (hookHeader) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/controller/FrontController.php:577 (exec) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
273 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ph_simpleblog" LIMIT 1 | 3.726 ms | 1 | | | /src/Adapter/Module/ModuleDataProvider.php:257 /src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName) /src/Core/Module/ModuleManager.php:329 (isInstalled) /modules/ph_relatedposts/ph_relatedposts.php:41 (isInstalled) :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:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
42 | SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 | 3.472 ms | 1 | | | /classes/ObjectModel.php:1728 /classes/Group.php:400 (isAssociatedToShop) /classes/Cart.php:249 (getCurrent) /classes/Cart.php:222 (setTaxCalculationMethod) /classes/controller/FrontController.php:427 (__construct) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
34 | SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 | 3.460 ms | 1 | | | /classes/Currency.php:895 /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:282 (init) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
37 | 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 | 3.300 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Currency.php:246 (__construct) /classes/Currency.php:1091 (__construct) /classes/Tools.php:687 (getCurrencyInstance) /classes/controller/FrontController.php:360 (setCurrency) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
100 | SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-04-10 00:00:00",
INTERVAL 180 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `ps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 1274 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product | 3.255 ms | 9 | | Yes | /classes/Product.php:4661 /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
313 | SELECT SQL_NO_CACHE COUNT(p.id_product)
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 = 1274
AND DATEDIFF("2025-04-10 00:00:00", product_shop.`date_add`) < 180 LIMIT 1 | 3.227 ms | 0 | | | /classes/Product.php:1725 /classes/Product.php:743 (isNew) /modules/fbpixel/fbpixel.php:559 (__construct) /classes/Hook.php:993 (hookHeader) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/controller/FrontController.php:577 (exec) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
276 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ph_relatedposts" LIMIT 1 | 3.206 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
269 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitreviews" LIMIT 1 | 3.205 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
279 | SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1274
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
AND product_attribute_shop.`id_product_attribute` = 13310 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC | 3.137 ms | 1 | Yes | Yes | /classes/Product.php:4571 /controllers/front/ProductController.php:1304 (getAttributesGroups) /controllers/front/ProductController.php:1276 (findProductCombinationById) /controllers/front/ProductController.php:1204 (getProductEcotax) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
53 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1274 LIMIT 1 | 3.059 ms | 6 | | | /classes/Product.php:1119 /classes/Product.php:3807 (getDefaultAttribute) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:748 (getPriceStatic) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
11 | SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 | 3.033 ms | 1 | | | /classes/Language.php:1185 /classes/Language.php:1474 (countActiveLanguages) /classes/Dispatcher.php:531 (isMultiLanguageActivated) /classes/Dispatcher.php:232 (setRequestUri) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
272 | SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1274 LIMIT 1 | 2.916 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:185 (getSnippetData) /modules/iqitreviews/iqitreviews.php:127 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
314 | SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1274 | 2.909 ms | 1 | | | /classes/Tag.php:244 /classes/Product.php:749 (getProductTags) /modules/fbpixel/fbpixel.php:559 (__construct) /classes/Hook.php:993 (hookHeader) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/controller/FrontController.php:577 (exec) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
270 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 | 2.855 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
341 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1708 LIMIT 1 | 2.846 ms | 1 | | | /classes/Product.php:1105 /modules/iqitproductsnav/iqitproductsnav.php:125 (getDefaultAttribute) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
291 | SELECT SQL_NO_CACHE pr.rating_value
FROM `ps_bt_spr_products_reviews` pr
WHERE (pr.`id_product` = 1274) AND (pr.`id_shop` = 1) AND (pr.`review_status` = 1) | 2.825 ms | 1 | | | /modules/gsnippetsreviews/models/Reviews.php:71 /modules/gsnippetsreviews/src/ReviewsUtils.php:34 (getProductRating) /modules/gsnippetsreviews/gsnippetsreviews.php:2998 (getProductRating) /classes/Hook.php:993 (hookFilterProductContent) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /controllers/front/ProductController.php:431 (exec) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
297 | SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-04-10 00:00:00" AND date_to <= "2025-04-10 23:59:59") OR (date_from >= "2025-04-10 00:00:00" AND date_from <= "2025-04-10 23:59:59") OR (date_from < "2025-04-10 00:00:00" AND date_to > "2025-04-10 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 | 2.809 ms | 2 | | | /classes/CartRule.php:357 /classes/CartRule.php:389 (haveCartRuleToday) /classes/Cart.php:3021 (getCustomerCartRules) /classes/Cart.php:3405 (getDeliveryOptionList) /classes/Cart.php:3478 (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:2173 (processCalculation) /src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal) /classes/controller/FrontController.php:501 (present) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
196 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1275 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1275 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 2.738 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
95 | SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-10 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC | 2.712 ms | 2 | Yes | | /classes/SpecificPrice.php:656 /controllers/front/ProductController.php:601 (getQuantityDiscounts) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
15 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` | 2.674 ms | 1040 | | | /classes/Hook.php:1242 /classes/Hook.php:225 (getAllHookIds) /classes/Hook.php:812 (getIdByName) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
19 | 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.653 ms | 125 | | | /classes/module/Module.php:345 /modules/higallery/higallery.php:48 (__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:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
195 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1275) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 2.624 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4326 (getQuantityAvailableByProduct) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
289 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1274 | 2.602 ms | 6 | | | /classes/Product.php:2895 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct) /controllers/front/ProductController.php:1241 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
150 | 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` = 1271) AND (b.`id_shop` = 1) LIMIT 1 | 2.599 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:189 (getProductObject) /classes/Product.php:5619 (getProductLink) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
212 | SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) 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_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1276 AND pa.`id_product` = 1276 AND pa.`id_product_attribute` = 13333 LIMIT 1 | 2.537 ms | 1 | | | /classes/Product.php:1203 /classes/Product.php:5756 (getAvailableDate) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
296 | 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 | 2.518 ms | 1 | | | /classes/Cart.php:4191 /classes/Cart.php:4166 (hasProducts) /classes/Cart.php:2117 (isVirtualCart) /src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal) /classes/controller/FrontController.php:501 (present) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
197 | 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 = 1275
ORDER BY f.position ASC | 2.505 ms | 7 | Yes | | /classes/Product.php:5954 /classes/Product.php:5762 (getFrontFeaturesStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
213 | 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 = 1276
ORDER BY f.position ASC | 2.475 ms | 6 | Yes | | /classes/Product.php:5954 /classes/Product.php:5762 (getFrontFeaturesStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
283 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1274 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1274 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 2.466 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5742 (getQuantity) /controllers/front/ProductController.php:1206 (getProductProperties) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
261 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1278 | 2.459 ms | 1 | | | /classes/Product.php:2895 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
18 | SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` | 2.348 ms | 88 | | | /classes/Hook.php:339 /classes/Hook.php:154 (getCanonicalHookNames) /classes/Hook.php:363 (normalizeHookName) /classes/Hook.php:386 (getAllKnownNames) /classes/Hook.php:921 (isHookCallableOn) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
43 | 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` = 1274) AND (b.`id_shop` = 1) LIMIT 1 | 2.247 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
40 | 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 | 2.245 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (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:427 (__construct) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
44 | SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1 | 2.215 ms | 1 | | | /classes/Manufacturer.php:316 /classes/Product.php:734 (getNameById) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
271 | SELECT SQL_NO_CACHE *
FROM `ps_iqitreviews_products` pr
WHERE pr.`id_product` = 1274 AND pr.`status` = 1
ORDER BY pr.`date_add` DESC | 2.171 ms | 1 | Yes | | /modules/iqitreviews/src/IqitProductReview.php:97 /modules/iqitreviews/iqitreviews.php:184 (getByProduct) /modules/iqitreviews/iqitreviews.php:127 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
260 | 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` = 1278
ORDER BY `position` | 2.105 ms | 2 | Yes | | /classes/Product.php:3538 /src/Adapter/Image/ImageRetriever.php:77 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
105 | SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1271 AND ctg.`id_group` = 1 LIMIT 1 | 2.092 ms | 2 | | | /classes/Product.php:6673 /classes/Product.php:4666 (checkAccessStatic) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
184 | 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 = 1273
ORDER BY f.position ASC | 2.062 ms | 6 | Yes | | /classes/Product.php:5954 /classes/Product.php:5762 (getFrontFeaturesStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
25 | 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.058 ms | 125 | | | /classes/module/Module.php:345 /modules/ps_mbo/ps_mbo.php:116 (__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:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /classes/Dispatcher.php:351 (exec) /index.php:28 (dispatch)
|
61 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 2.013 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:7799 (getQuantityAvailableByProduct) /classes/Product.php:751 (loadStockData) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
143 | SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1270 LIMIT 1 | 2.011 ms | 1 | | | /classes/Pack.php:90 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
368 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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 (1278) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; | 2.008 ms | 1 | Yes | | /classes/Product.php:4497 /src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList) /src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:112 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:297 (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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:34 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf145f58_83471252) /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/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:76 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf12dae9_42569753) /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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:662 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:1010 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
41 | SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 | 1.960 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:282 (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:427 (__construct) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
90 | SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 | 1.950 ms | 46 | | | /classes/SpecificPrice.php:310 /classes/SpecificPrice.php:360 (filterOutField) /classes/SpecificPrice.php:645 (computeExtraConditions) /controllers/front/ProductController.php:601 (getQuantityDiscounts) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
12 | SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) | 1.945 ms | 1040 | | | /classes/Hook.php:1282 /classes/Hook.php:774 (getHookStatusByName) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
185 | 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` = 1275
AND image_shop.`cover` = 1 LIMIT 1 | 1.925 ms | 9 | | | /classes/Product.php:3563 /classes/Product.php:5602 (getCover) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
361 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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 (1270) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; | 1.895 ms | 1 | Yes | | /classes/Product.php:4497 /src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList) /src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:112 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:297 (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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:34 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf145f58_83471252) /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/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:76 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf12dae9_42569753) /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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:662 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:1010 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
298 | SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 | 1.845 ms | 2 | | | /classes/CartRule.php:418 /classes/Cart.php:3021 (getCustomerCartRules) /classes/Cart.php:3405 (getDeliveryOptionList) /classes/Cart.php:3478 (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:2173 (processCalculation) /src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal) /classes/controller/FrontController.php:501 (present) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
292 | 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` = 6) LIMIT 1 | 1.832 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Manufacturer.php:113 (__construct) /controllers/front/ProductController.php:437 (__construct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
120 | 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` = 1269
AND image_shop.`cover` = 1 LIMIT 1 | 1.825 ms | 3 | | | /classes/Product.php:3563 /classes/Product.php:5602 (getCover) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
259 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1277 | 1.804 ms | 1 | | | /classes/Product.php:2895 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
309 | SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 22) AND (a0.`nright` > 23) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc | 1.717 ms | 50 | Yes | | /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:440 (getAll) /controllers/front/ProductController.php:1334 (rewind) /classes/controller/FrontController.php:1819 (getBreadcrumbLinks) /classes/controller/FrontController.php:512 (getBreadcrumb) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
52 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1274 LIMIT 1 | 1.711 ms | 6 | | | /classes/Product.php:1105 /classes/Product.php:3807 (getDefaultAttribute) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:748 (getPriceStatic) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
228 | 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 = 1277
ORDER BY f.position ASC | 1.710 ms | 6 | Yes | | /classes/Product.php:5954 /classes/Product.php:5762 (getFrontFeaturesStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
76 | SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND (' 83380' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, ' 83380')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC | 1.697 ms | 0 | | | /classes/tax/TaxRulesTaxManager.php:109 /classes/Product.php:3942 (getTaxCalculator) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:4154 (getPriceStatic) /controllers/front/ProductController.php:328 (getPrice) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
130 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1269) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 1.669 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4326 (getQuantityAvailableByProduct) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
211 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 13333
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1276 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 13333
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1276 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 1.650 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5752 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
48 | SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 6
AND tr.`id_state` IN (0, 0)
AND (' 83380' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, ' 83380')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC | 1.638 ms | 1 | Yes | | /classes/tax/TaxRulesTaxManager.php:109 /classes/Product.php:6832 (getTaxCalculator) /classes/Product.php:741 (getTaxesRate) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
365 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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 (1275) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; | 1.625 ms | 1 | Yes | | /classes/Product.php:4497 /src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList) /src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:112 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:297 (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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:34 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf145f58_83471252) /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/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:76 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf12dae9_42569753) /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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:662 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:1010 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
360 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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 (1269) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; | 1.619 ms | 1 | Yes | | /classes/Product.php:4497 /src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList) /src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:112 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:297 (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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:34 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf145f58_83471252) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:76 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf12dae9_42569753) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:662 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:1010 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
214 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1276
AND pac.`id_product_attribute` = 13333
AND agl.`id_lang` = 1 | 1.610 ms | 1 | | | /classes/Product.php:7467 /classes/Product.php:5788 (getAttributesParams) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
304 | SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1 | 1.604 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:1716 (generateAddress) /classes/controller/FrontController.php:507 (getTemplateVarShop) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
285 | SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) 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_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1274 AND pa.`id_product` = 1274 AND pa.`id_product_attribute` = 13310 LIMIT 1 | 1.595 ms | 1 | | | /classes/Product.php:1203 /classes/Product.php:5756 (getAvailableDate) /controllers/front/ProductController.php:1206 (getProductProperties) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
302 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 100 AND `id_shop` = 1 LIMIT 1 | 1.590 ms | 0 | | | /classes/module/Module.php:2106 /classes/controller/FrontController.php:1613 (isEnabled) /classes/controller/FrontController.php:1756 (getDisplayTaxesLabel) /controllers/front/ProductController.php:1454 (getTemplateVarPage) /classes/controller/FrontController.php:506 (getTemplateVarPage) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
367 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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 (1277) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; | 1.574 ms | 1 | Yes | | /classes/Product.php:4497 /src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList) /src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:112 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:297 (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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:34 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf145f58_83471252) /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/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:76 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf12dae9_42569753) /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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:662 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:1010 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
116 | SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1277 AND ctg.`id_group` = 1 LIMIT 1 | 1.555 ms | 2 | | | /classes/Product.php:6673 /classes/Product.php:4666 (checkAccessStatic) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
339 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 43
AND pac.`id_product_attribute` = 8028
AND agl.`id_lang` = 1 | 1.538 ms | 1 | | | /classes/Product.php:7467 /classes/Product.php:7600 (getAttributesParams) /classes/Link.php:249 (getAnchor) /modules/iqitproductsnav/iqitproductsnav.php:90 (getProductLink) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
267 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 64 AND `id_shop` = 1 LIMIT 1 | 1.531 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
300 | 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 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" | 1.525 ms | 1 | | | /classes/CartRule.php:418 /classes/CartRule.php:564 (getCustomerCartRules) /classes/Cart.php:522 (getCustomerHighlightedDiscounts) /src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts) /classes/controller/FrontController.php:501 (present) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
277 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 | 1.524 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
364 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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 (1273) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; | 1.521 ms | 1 | Yes | | /classes/Product.php:4497 /src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList) /src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:112 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:297 (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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:34 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf145f58_83471252) /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/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:76 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf12dae9_42569753) /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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:662 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:1010 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
82 | SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location 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) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 1274 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` | 1.501 ms | 6 | Yes | Yes | /classes/Product.php:2808 /controllers/front/ProductController.php:1091 (getAttributeCombinations) /controllers/front/ProductController.php:1075 (tryToGetAvailableIdProductAttribute) /controllers/front/ProductController.php:598 (getIdProductAttributeByGroupOrRequestOrDefault) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
227 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1277 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1277 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 1.499 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
363 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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 (1272) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; | 1.497 ms | 1 | Yes | | /classes/Product.php:4497 /src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList) /src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:112 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:297 (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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:34 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf145f58_83471252) /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/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:76 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf12dae9_42569753) /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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:662 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:1010 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
104 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1270 LIMIT 1 | 1.438 ms | 1 | | | /classes/Product.php:1105 /classes/Product.php:4671 (getDefaultAttribute) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
103 | SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1270 AND ctg.`id_group` = 1 LIMIT 1 | 1.425 ms | 2 | | | /classes/Product.php:6673 /classes/Product.php:4666 (checkAccessStatic) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
122 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 | 1.424 ms | 1 | | | /classes/Product.php:5618 /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
201 | SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 13333 LIMIT 1 | 1.417 ms | 1 | | | /classes/Combination.php:564 /classes/Product.php:5624 (getPrice) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
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 = 1278
ORDER BY f.position ASC | 1.398 ms | 6 | Yes | | /classes/Product.php:5954 /classes/Product.php:5762 (getFrontFeaturesStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
79 | SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 19
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC | 1.385 ms | 1 | Yes | Yes | /classes/Category.php:921 /controllers/front/ProductController.php:891 (getSubCategories) /controllers/front/ProductController.php:368 (assignCategory) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
131 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1269 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1269 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 1.377 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
111 | SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1275 AND ctg.`id_group` = 1 LIMIT 1 | 1.375 ms | 2 | | | /classes/Product.php:6673 /classes/Product.php:4666 (checkAccessStatic) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
375 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcookielaw" LIMIT 1 | 1.367 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:552 (__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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:157 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
98 | SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 1274 | 1.339 ms | 1 | | | /classes/Pack.php:165 /classes/Pack.php:136 (getItems) /classes/Product.php:6640 (noPackPrice) /controllers/front/ProductController.php:400 (getNoPackPrice) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
0 | SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'confortjardin.com' OR su.domain_ssl = 'confortjardin.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC | 1.331 ms | 1 | Yes | | /classes/shop/Shop.php:1363 /classes/shop/Shop.php:355 (findShopByHost) /config/config.inc.php:117 (initialize) /index.php:27 (require)
|
305 | SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 | 1.328 ms | 1 | | | /classes/Country.php:402 /classes/AddressFormat.php:634 (isNeedDniByCountryId) /classes/AddressFormat.php:615 (getFormat) /classes/AddressFormat.php:562 (getAddressCountryFormat) /classes/AddressFormat.php:438 (getOrderedAddressFields) /classes/controller/FrontController.php:1716 (generateAddress) /classes/controller/FrontController.php:507 (getTemplateVarShop) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
94 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1274
ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 1.325 ms | 0 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:648 (_getScoreQuery) /controllers/front/ProductController.php:601 (getQuantityDiscounts) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
320 | 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 | 1.307 ms | 1 | | | /classes/Currency.php:1138 /classes/Currency.php:1155 (countActiveCurrencies) /classes/module/Module.php:2201 (isMultiCurrencyActivated) /modules/iqitlinksmanager/iqitlinksmanager.php:148 (getCacheId) /modules/iqitlinksmanager/iqitlinksmanager.php:115 (getCacheId) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:106 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
74 | SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1274 LIMIT 1 | 1.298 ms | 1 | | | /classes/Pack.php:89 /controllers/front/ProductController.php:315 (isPack) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
146 | 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 = 1270
ORDER BY f.position ASC | 1.293 ms | 5 | Yes | | /classes/Product.php:5954 /classes/Product.php:5762 (getFrontFeaturesStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
334 | SELECT SQL_NO_CACHE cp.id_product as id_product
FROM `ps_category_product` as cp
RIGHT JOIN `ps_product` as p
ON p.id_product=cp.id_product
WHERE cp.id_category = 19
AND p.active = 1
AND cp.position < 0 ORDER BY cp.position DESC LIMIT 1 | 1.277 ms | 0 | | | /modules/iqitproductsnav/iqitproductsnav.php:205 /modules/iqitproductsnav/iqitproductsnav.php:83 (getPreviousInCategory) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
191 | SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1275 AND id_shop=1 LIMIT 1 | 1.264 ms | 1 | | | /classes/Product.php:6809 /classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
117 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1277 LIMIT 1 | 1.240 ms | 1 | | | /classes/Product.php:1105 /classes/Product.php:4671 (getDefaultAttribute) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
91 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 | 1.238 ms | 2 | | | /classes/SpecificPrice.php:297 /classes/SpecificPrice.php:368 (filterOutField) /classes/SpecificPrice.php:645 (computeExtraConditions) /controllers/front/ProductController.php:601 (getQuantityDiscounts) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
307 | SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 | 1.232 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/AddressFormat.php:404 (__construct) /classes/AddressFormat.php:439 (getFormattedAddressFieldsValues) /classes/controller/FrontController.php:1716 (generateAddress) /classes/controller/FrontController.php:507 (getTemplateVarShop) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
132 | 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 = 1269
ORDER BY f.position ASC | 1.215 ms | 4 | Yes | | /classes/Product.php:5954 /classes/Product.php:5762 (getFrontFeaturesStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
183 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1273 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1273 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 1.213 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
312 | SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 14 LIMIT 1 | 1.191 ms | 1 | | | /classes/Hook.php:244 /classes/Hook.php:867 (getNameById) /classes/controller/FrontController.php:577 (exec) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
106 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1271 LIMIT 1 | 1.175 ms | 1 | | | /classes/Product.php:1105 /classes/Product.php:4671 (getDefaultAttribute) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
69 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1274
AND pac.`id_product_attribute` = 13310
AND agl.`id_lang` = 1 | 1.172 ms | 1 | | | /classes/Product.php:7467 /classes/Product.php:7600 (getAttributesParams) /classes/Link.php:249 (getAnchor) /controllers/front/ProductController.php:99 (getProductLink) /controllers/front/ProductController.php:158 (canonicalRedirection) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
359 | SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_product c LEFT JOIN ps_iqit_elementor_product_shop s ON c.id_elementor = s.id_elementor WHERE c.id_product = 1274 AND s.id_shop = 1 LIMIT 1 | 1.166 ms | 14 | | | /modules/iqitelementor/src/IqitElementorProduct.php:74 /modules/iqitelementor/iqitelementor.php:603 (getIdByProduct) /modules/iqitelementor/iqitelementor.php:556 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/eb/7c/7f/eb7c7fe6515488effc2f565ff9f0d1486853a5a8_2.file.product-tabs-h.tpl.php:182 (__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/warehouselayouts_layout_full_width_tpl/eb/7c/7f/eb7c7fe6515488effc2f565ff9f0d1486853a5a8_2.file.product-tabs-h.tpl.php:31 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3d57324_60796743) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:989 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
342 | 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` = 1708) AND (b.`id_shop` = 1) LIMIT 1 | 1.163 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:185 (getProductObject) /modules/iqitproductsnav/iqitproductsnav.php:127 (getProductLink) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
362 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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 (1271) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; | 1.159 ms | 1 | Yes | | /classes/Product.php:4497 /src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList) /src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:112 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:297 (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/warehouselayouts_layout_full_width_tpl/46/cf/98/46cf98473d495621ec39497ebe9ede7b9863de7e_2.file.product-miniature-2.tpl.php:34 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf145f58_83471252) /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/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:76 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5e/67/19/5e6719b0975b575e6e7cd5fbde1c7b23051feaa0_2.file.product.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cdf12dae9_42569753) /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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:662 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:1010 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
23 | 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 | 1.139 ms | 61 | Yes | | /classes/Dispatcher.php:633 /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
159 | 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 = 1271
ORDER BY f.position ASC | 1.137 ms | 5 | Yes | | /classes/Product.php:5954 /classes/Product.php:5762 (getFrontFeaturesStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
340 | SELECT SQL_NO_CACHE cp.id_product as id_product
FROM `ps_category_product` as cp
RIGHT JOIN `ps_product` as p
ON p.id_product=cp.id_product
WHERE cp.id_category = 19
AND p.active = 1
AND cp.position != 0 ORDER BY cp.position DESC LIMIT 1 | 1.123 ms | 143 | | | /modules/iqitproductsnav/iqitproductsnav.php:175 /modules/iqitproductsnav/iqitproductsnav.php:124 (getLastInCategory) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
33 | SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 | 1.120 ms | 1 | | | /classes/Language.php:852 /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:282 (init) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
257 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (13320, 13326, 13327, 13328, 13331, 13333) AND il.`id_lang` = 1 ORDER by i.`position` | 1.109 ms | 6 | Yes | | /classes/Product.php:2914 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
102 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1269 LIMIT 1 | 1.109 ms | 1 | | | /classes/Product.php:1105 /classes/Product.php:4671 (getDefaultAttribute) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
172 | 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 = 1272
ORDER BY f.position ASC | 1.108 ms | 5 | Yes | | /classes/Product.php:5954 /classes/Product.php:5762 (getFrontFeaturesStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (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` = 15 LIMIT 1 | 1.107 ms | 1 | | | /classes/Category.php:1375 /classes/Product.php:5617 (getLinkRewrite) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
331 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitproductsnav" LIMIT 1 | 1.107 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
129 | SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1269 LIMIT 1 | 1.099 ms | 1 | | | /classes/Pack.php:90 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
20 | 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-higallery"
OR m.page = "modulehigallery"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 | 1.098 ms | 2 | | | /classes/Meta.php:193 /modules/higallery/higallery.php:376 (getMetaByPage) /modules/higallery/higallery.php:1248 (getMeta) /classes/Hook.php:993 (hookModuleRoutes) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
354 | SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1274 | 1.084 ms | 1 | | | /classes/Tag.php:244 /modules/iqitproducttags/iqitproducttags.php:89 (getProductTags) /modules/iqitproducttags/iqitproducttags.php:78 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b8/1f/a9/b81fa98652b8fb4f3c26940e6f6c2b820eda1c54_2.file.product-additional-info.tpl.php:25 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3c634d4_62035563) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:518 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:575 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:937 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
338 | 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` = 43) AND (b.`id_shop` = 1) LIMIT 1 | 1.083 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:185 (getProductObject) /modules/iqitproductsnav/iqitproductsnav.php:90 (getProductLink) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
303 | SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 | 1.081 ms | 1 | | | /classes/FeatureFlag.php:105 /src/Adapter/Image/ImageRetriever.php:60 (isEnabled) /classes/controller/FrontController.php:1570 (__construct) /classes/controller/FrontController.php:1697 (getTemplateVarUrls) /classes/controller/FrontController.php:507 (getTemplateVarShop) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
145 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1270 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1270 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 1.057 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
370 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1 | 1.057 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/10/50/83/105083cbadae72e7ed18af9e7930a12380757704_2.file.footer-1.tpl.php:100 (__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/warehouselayouts_layout_full_width_tpl/10/50/83/105083cbadae72e7ed18af9e7930a12380757704_2.file.footer-1.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5c21564_88644916) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/e2/2a/9c/e22a9cf79b8c7fad8f4d94f181348c7d8d9eb307_2.file.footer.tpl.php:32 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5bcb648_52988558) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:144 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
281 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1 | 1.052 ms | 1 | | | /classes/Product.php:5618 /controllers/front/ProductController.php:1206 (getProductProperties) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
128 | SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1269 LIMIT 1 | 1.030 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
107 | SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1272 AND ctg.`id_group` = 1 LIMIT 1 | 1.007 ms | 2 | | | /classes/Product.php:6673 /classes/Product.php:4666 (checkAccessStatic) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
274 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ph_simpleblog" LIMIT 1 | 1.006 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /modules/ph_relatedposts/ph_relatedposts.php:41 (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:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /src/Adapter/HookManager.php:81 (exec) /src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec) /src/Core/Product/ProductExtraContentFinder.php:55 (find) /src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find) /controllers/front/ProductController.php:1202 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
121 | 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` = 17 LIMIT 1 | 0.997 ms | 1 | | | /classes/Category.php:1375 /classes/Product.php:5617 (getLinkRewrite) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
219 | 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` = 1277) AND (b.`id_shop` = 1) LIMIT 1 | 0.985 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:189 (getProductObject) /classes/Product.php:5619 (getProductLink) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
101 | SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1269 AND ctg.`id_group` = 1 LIMIT 1 | 0.982 ms | 2 | | | /classes/Product.php:6673 /classes/Product.php:4666 (checkAccessStatic) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
306 | SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 | 0.980 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/AddressFormat.php:404 (__construct) /classes/AddressFormat.php:439 (getFormattedAddressFieldsValues) /classes/controller/FrontController.php:1716 (generateAddress) /classes/controller/FrontController.php:507 (getTemplateVarShop) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
333 | SELECT SQL_NO_CACHE position
FROM `ps_category_product`
WHERE id_category = 19
AND id_product = 1274 LIMIT 1 | 0.971 ms | 1 | | | /modules/iqitproductsnav/iqitproductsnav.php:145 /modules/iqitproductsnav/iqitproductsnav.php:81 (getPositionInCategory) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
239 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1278 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1278 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 0.969 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
4 | SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 | 0.966 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:27 (require)
|
77 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1 | 0.959 ms | 1 | | | /classes/Category.php:1971 /classes/Category.php:1995 (getInterval) /controllers/front/ProductController.php:883 (inShop) /controllers/front/ProductController.php:368 (assignCategory) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
231 | 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` = 1278) AND (b.`id_shop` = 1) LIMIT 1 | 0.949 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:189 (getProductObject) /classes/Product.php:5619 (getProductLink) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
171 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1272 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1272 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 0.934 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
80 | SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC | 0.916 ms | 50 | Yes | Yes | /classes/Category.php:1148 /classes/Category.php:1084 (getChildren) /controllers/front/ProductController.php:901 (getHomeCategories) /controllers/front/ProductController.php:368 (assignCategory) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
158 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1271 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1271 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 0.911 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (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.897 ms | 125 | | | /classes/module/Module.php:345 /modules/iqitthemeeditor/iqitthemeeditor.php:40 (__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:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /classes/Dispatcher.php:507 (exec) /index.php:28 (dispatch)
|
161 | 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` = 16 LIMIT 1 | 0.896 ms | 1 | | | /classes/Category.php:1375 /classes/Product.php:5617 (getLinkRewrite) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
133 | SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 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.890 ms | 1 | Yes | | /classes/tax/TaxRulesTaxManager.php:109 /classes/Product.php:5905 (getTaxCalculator) /classes/Product.php:5795 (getTaxesInformations) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
188 | 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` = 1275) AND (b.`id_shop` = 1) LIMIT 1 | 0.850 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:189 (getProductObject) /classes/Product.php:5619 (getProductLink) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
321 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 | 0.848 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:114 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
284 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 13310
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1274 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 13310
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1274 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 | 0.847 ms | 0 | | | /classes/Cart.php:1410 /classes/Product.php:4332 (getProductQuantity) /classes/Product.php:5752 (getQuantity) /controllers/front/ProductController.php:1206 (getProductProperties) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
112 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1275 LIMIT 1 | 0.846 ms | 1 | | | /classes/Product.php:1105 /classes/Product.php:4671 (getDefaultAttribute) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (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` = 1278
AND image_shop.`cover` = 1 LIMIT 1 | 0.830 ms | 2 | | | /classes/Product.php:3563 /classes/Product.php:5602 (getCover) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
200 | 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` = 1276) AND (b.`id_shop` = 1) LIMIT 1 | 0.827 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:189 (getProductObject) /classes/Product.php:5619 (getProductLink) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
72 | SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 | 0.826 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /controllers/front/ProductController.php:303 (__construct) /controllers/front/ProductController.php:170 (initializeCategory) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (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` = 1274
AND image_shop.`cover` = 1 LIMIT 1 | 0.826 ms | 16 | | | /classes/Product.php:3563 /classes/Product.php:5602 (getCover) /controllers/front/ProductController.php:1206 (getProductProperties) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
315 | SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.817 ms | 1 | | | /classes/stock/StockAvailable.php:778 /classes/Product.php:7800 (outOfStock) /classes/Product.php:751 (loadStockData) /modules/fbpixel/fbpixel.php:559 (__construct) /classes/Hook.php:993 (hookHeader) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/controller/FrontController.php:577 (exec) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
217 | 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` = 1277
AND image_shop.`cover` = 1 LIMIT 1 | 0.808 ms | 2 | | | /classes/Product.php:3563 /classes/Product.php:5602 (getCover) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
97 | SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 | 0.804 ms | 1 | | | /classes/FeatureFlag.php:105 /src/Adapter/Image/ImageRetriever.php:60 (isEnabled) /controllers/front/ProductController.php:381 (__construct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (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` = 1271
AND image_shop.`cover` = 1 LIMIT 1 | 0.802 ms | 3 | | | /classes/Product.php:3563 /classes/Product.php:5602 (getCover) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
290 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (13297, 13302, 13304, 13305, 13306, 13310) AND il.`id_lang` = 1 ORDER by i.`position` | 0.797 ms | 6 | Yes | | /classes/Product.php:2914 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct) /controllers/front/ProductController.php:1241 (present) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
81 | SELECT SQL_NO_CACHE pa.id_product_attribute
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)
WHERE pa.`id_product` = 1274 | 0.791 ms | 6 | | | /classes/Product.php:7429 /classes/Product.php:7509 (getProductAttributesIds) /controllers/front/ProductController.php:1058 (hasCombinations) /controllers/front/ProductController.php:598 (getIdProductAttributeByGroupOrRequestOrDefault) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
241 | 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` = 1269
ORDER BY `position` | 0.785 ms | 3 | Yes | | /classes/Product.php:3538 /src/Adapter/Image/ImageRetriever.php:77 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
137 | 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` = 1270) AND (b.`id_shop` = 1) LIMIT 1 | 0.783 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:189 (getProductObject) /classes/Product.php:5619 (getProductLink) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
78 | SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 19
AND id_shop = 1 LIMIT 1 | 0.779 ms | 1 | | | /classes/ObjectModel.php:1728 /controllers/front/ProductController.php:883 (isAssociatedToShop) /controllers/front/ProductController.php:368 (assignCategory) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
175 | SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1273) AND (b.`id_shop` = 1) LIMIT 1 | 0.773 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:189 (getProductObject) /classes/Product.php:5619 (getProductLink) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
190 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1275) | 0.773 ms | 1 | | | /classes/Product.php:3850 /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
123 | 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` = 1269) AND (b.`id_shop` = 1) LIMIT 1 | 0.765 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:189 (getProductObject) /classes/Product.php:5619 (getProductLink) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
115 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 1276 LIMIT 1 | 0.751 ms | 6 | | | /classes/Product.php:1119 /classes/Product.php:4671 (getDefaultAttribute) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
92 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-04-10 00:00:00' AND '2025-04-10 23:59:59' LIMIT 1 | 0.750 ms | 1 | | | /classes/SpecificPrice.php:377 /classes/SpecificPrice.php:645 (computeExtraConditions) /controllers/front/ProductController.php:601 (getQuantityDiscounts) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
215 | SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 13333) LIMIT 1 | 0.729 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:5843 (__construct) /classes/Product.php:5806 (computeUnitPriceRatio) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
163 | SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1272) AND (b.`id_shop` = 1) LIMIT 1 | 0.709 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /classes/Link.php:113 (__construct) /classes/Link.php:189 (getProductObject) /classes/Product.php:5619 (getProductLink) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
348 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsizecharts" LIMIT 1 | 0.708 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:420 (__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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:541 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:937 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
198 | 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` = 1276
AND image_shop.`cover` = 1 LIMIT 1 | 0.700 ms | 16 | | | /classes/Product.php:3563 /classes/Product.php:5602 (getCover) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
203 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1276) | 0.700 ms | 6 | | | /classes/Product.php:3850 /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
165 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1272) | 0.699 ms | 1 | | | /classes/Product.php:3850 /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
287 | SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 | 0.695 ms | 1 | | | /classes/FeatureFlag.php:105 /src/Adapter/Image/ImageRetriever.php:60 (isEnabled) /classes/ProductPresenterFactory.php:85 (__construct) /classes/controller/ProductPresentingFrontController.php:40 (getPresenter) /controllers/front/ProductController.php:1236 (getProductPresenter) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
144 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1270) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.695 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4326 (getQuantityAvailableByProduct) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
220 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1277 LIMIT 1 | 0.691 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
32 | SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC | 0.690 ms | 1 | Yes | | /classes/Currency.php:711 /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:282 (init) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
352 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitproducttags" LIMIT 1 | 0.688 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b8/1f/a9/b81fa98652b8fb4f3c26940e6f6c2b820eda1c54_2.file.product-additional-info.tpl.php:25 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3c634d4_62035563) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:518 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:575 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:937 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
6 | SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 | 0.687 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /config/config.inc.php:146 (__construct) /index.php:27 (require)
|
56 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1274) | 0.681 ms | 6 | | | /classes/Product.php:3850 /classes/Product.php:3707 (priceCalculation) /classes/Product.php:748 (getPriceStatic) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
346 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcountdown" LIMIT 1 | 0.680 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f3/6c/21/f36c21cd7822a733a6b2e20a35a417c2180c34db_2.file.product-prices.tpl.php:101 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3b0ced4_82705031) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:344 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:379 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:918 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
160 | 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` = 1272
AND image_shop.`cover` = 1 LIMIT 1 | 0.679 ms | 4 | | | /classes/Product.php:3563 /classes/Product.php:5602 (getCover) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
10 | SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 | 0.678 ms | 1 | | | /classes/shop/ShopUrl.php:182 /classes/shop/ShopUrl.php:198 (cacheMainDomainForShop) /classes/Tools.php:301 (getMainShopDomain) /classes/Link.php:65 (getShopDomain) /config/config.inc.php:277 (__construct) /index.php:27 (require)
|
324 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1 | 0.677 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:114 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
202 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1276 LIMIT 1 | 0.676 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
93 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-04-10 00:00:00' AND '2025-04-10 23:59:59' LIMIT 1 | 0.671 ms | 1 | | | /classes/SpecificPrice.php:381 /classes/SpecificPrice.php:645 (computeExtraConditions) /controllers/front/ProductController.php:601 (getQuantityDiscounts) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
83 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 13297) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.671 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:2817 (getQuantityAvailableByProduct) /controllers/front/ProductController.php:1091 (getAttributeCombinations) /controllers/front/ProductController.php:1075 (tryToGetAvailableIdProductAttribute) /controllers/front/ProductController.php:598 (getIdProductAttributeByGroupOrRequestOrDefault) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
222 | SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1277 AND id_shop=1 LIMIT 1 | 0.669 ms | 1 | | | /classes/Product.php:6809 /classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
174 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1 | 0.666 ms | 1 | | | /classes/Product.php:5618 /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
89 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 | 0.662 ms | 46 | | | /classes/SpecificPrice.php:297 /classes/SpecificPrice.php:360 (filterOutField) /classes/SpecificPrice.php:645 (computeExtraConditions) /controllers/front/ProductController.php:601 (getQuantityDiscounts) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
245 | 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` = 1270
ORDER BY `position` | 0.659 ms | 4 | Yes | | /classes/Product.php:3538 /src/Adapter/Image/ImageRetriever.php:77 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
125 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1269) | 0.656 ms | 1 | | | /classes/Product.php:3850 /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
332 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 | 0.656 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
255 | 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` = 1276
ORDER BY `position` | 0.652 ms | 16 | Yes | | /classes/Product.php:3538 /src/Adapter/Image/ImageRetriever.php:77 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
173 | 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` = 1273
AND image_shop.`cover` = 1 LIMIT 1 | 0.652 ms | 9 | | | /classes/Product.php:3563 /classes/Product.php:5602 (getCover) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
127 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1269 AND `id_group` = 1 LIMIT 1 | 0.651 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3980 (getValueForProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
49 | SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 | 0.650 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/tax/TaxRulesTaxManager.php:116 (__construct) /classes/Product.php:6832 (getTaxCalculator) /classes/Product.php:741 (getTaxesRate) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
318 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 | 0.647 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:106 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
308 | SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field | 0.647 ms | 1 | | | /classes/ObjectModel.php:1591 /classes/ObjectModel.php:1623 (getFieldsRequiredDatabase) /classes/ObjectModel.php:1554 (cacheFieldsRequiredDatabase) /classes/controller/FrontController.php:511 (validateFieldsRequiredDatabase) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
294 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1274 | 0.643 ms | 6 | | | /classes/Product.php:2895 /controllers/front/ProductController.php:640 (getCombinationImages) /controllers/front/ProductController.php:461 (assignAttributesGroups) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
1 | SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name | 0.642 ms | 1 | Yes | | /classes/shop/Shop.php:715 /classes/shop/Shop.php:774 (cacheShops) /classes/Configuration.php:299 (getShops) /classes/shop/Shop.php:398 (getMultiShopValues) /config/config.inc.php:117 (initialize) /index.php:27 (require)
|
8 | SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 | 0.634 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /config/config.inc.php:211 (__construct) /index.php:27 (require)
|
30 | SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 | 0.633 ms | 1 | | | /classes/FeatureFlag.php:105 /src/Adapter/Image/ImageRetriever.php:60 (isEnabled) /src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct) /classes/controller/FrontController.php:211 (__construct) /classes/controller/Controller.php:246 (__construct) /classes/Dispatcher.php:504 (getController) /index.php:28 (dispatch)
|
301 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 | 0.633 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/controller/FrontController.php:1613 (isEnabled) /classes/controller/FrontController.php:1756 (getDisplayTaxesLabel) /controllers/front/ProductController.php:1454 (getTemplateVarPage) /classes/controller/FrontController.php:506 (getTemplateVarPage) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
336 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 43 LIMIT 1 | 0.620 ms | 3 | | | /classes/Product.php:1105 /modules/iqitproductsnav/iqitproductsnav.php:89 (getDefaultAttribute) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
253 | 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` = 1275
ORDER BY `position` | 0.615 ms | 9 | Yes | | /classes/Product.php:3538 /src/Adapter/Image/ImageRetriever.php:77 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
373 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsociallogin" LIMIT 1 | 0.610 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:84 (__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/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:48 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd572c927_27661993) /vendor/smarty/smarty/libs/sysplugins/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:2270 (fetch) /modules/iqitwishlist/iqitwishlist.php:211 (fetch) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:552 (__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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:157 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
138 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1270 LIMIT 1 | 0.607 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
156 | SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1271 LIMIT 1 | 0.607 ms | 1 | | | /classes/Pack.php:90 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
113 | SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1276 AND ctg.`id_group` = 1 LIMIT 1 | 0.604 ms | 2 | | | /classes/Product.php:6673 /classes/Product.php:4666 (checkAccessStatic) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
177 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1273) | 0.602 ms | 1 | | | /classes/Product.php:3850 /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
176 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1273 LIMIT 1 | 0.600 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
343 | 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` = 8 LIMIT 1 | 0.595 ms | 1 | | | /classes/Category.php:1375 /classes/Product.php:758 (getLinkRewrite) /classes/Link.php:113 (__construct) /classes/Link.php:185 (getProductObject) /modules/iqitproductsnav/iqitproductsnav.php:127 (getProductLink) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
179 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1273 AND `id_group` = 1 LIMIT 1 | 0.594 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3980 (getValueForProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
251 | 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` = 1273
ORDER BY `position` | 0.592 ms | 9 | Yes | | /classes/Product.php:3538 /src/Adapter/Image/ImageRetriever.php:77 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
108 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1272 LIMIT 1 | 0.591 ms | 1 | | | /classes/Product.php:1105 /classes/Product.php:4671 (getDefaultAttribute) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
66 | SELECT SQL_NO_CACHE pa.id_product_attribute
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)
WHERE pa.`id_product` = 1274 | 0.590 ms | 6 | | | /classes/Product.php:7429 /classes/Product.php:7509 (getProductAttributesIds) /controllers/front/ProductController.php:85 (hasCombinations) /controllers/front/ProductController.php:158 (canonicalRedirection) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
372 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 | 0.590 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /config/smartyfront.config.inc.php:85 (coreRenderWidget) /config/smartyfront.config.inc.php:78 ({closure}) /config/smartyfront.config.inc.php:89 (withWidget) /classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/10/50/83/105083cbadae72e7ed18af9e7930a12380757704_2.file.footer-1.tpl.php:147 (__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/warehouselayouts_layout_full_width_tpl/10/50/83/105083cbadae72e7ed18af9e7930a12380757704_2.file.footer-1.tpl.php:52 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5c21564_88644916) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/e2/2a/9c/e22a9cf79b8c7fad8f4d94f181348c7d8d9eb307_2.file.footer.tpl.php:32 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5bcb648_52988558) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:144 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
335 | SELECT SQL_NO_CACHE cp.id_product as id_product
FROM `ps_category_product` as cp
RIGHT JOIN `ps_product` as p
ON p.id_product=cp.id_product
WHERE cp.id_category = 19
AND p.active = 1
AND cp.position > 0 ORDER BY cp.position ASC LIMIT 1 | 0.586 ms | 142 | | | /modules/iqitproductsnav/iqitproductsnav.php:190 /modules/iqitproductsnav/iqitproductsnav.php:84 (getNextInCategory) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
210 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1276) AND (id_product_attribute = 13333) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.585 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4326 (getQuantityAvailableByProduct) /classes/Product.php:5752 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
221 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1277) | 0.585 ms | 1 | | | /classes/Product.php:3850 /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
21 | SELECT SQL_NO_CACHE *
FROM `ps_meta` a
LEFT JOIN `ps_meta_lang` `b` ON a.`id_meta` = b.`id_meta` AND b.`id_lang` = 1
WHERE (a.`id_meta` = 40) AND (b.`id_shop` = 1) LIMIT 1 | 0.583 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /modules/higallery/higallery.php:378 (__construct) /modules/higallery/higallery.php:1248 (getMeta) /classes/Hook.php:993 (hookModuleRoutes) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/Dispatcher.php:586 (exec) /classes/Dispatcher.php:243 (loadRoutes) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance)
|
70 | SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 1274
AND id_shop = 1 LIMIT 1 | 0.583 ms | 1 | | | /classes/ObjectModel.php:1728 /controllers/front/ProductController.php:192 (isAssociatedToShop) /controllers/front/ProductController.php:167 (checkPermissionsToViewProduct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
282 | SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 13310 LIMIT 1 | 0.580 ms | 1 | | | /classes/Combination.php:564 /classes/Product.php:5624 (getPrice) /controllers/front/ProductController.php:1206 (getProductProperties) /controllers/front/ProductController.php:421 (getTemplateVarProduct) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
233 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1278) | 0.578 ms | 1 | | | /classes/Product.php:3850 /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
170 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1272) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.577 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4326 (getQuantityAvailableByProduct) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
152 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1271) | 0.576 ms | 1 | | | /classes/Product.php:3850 /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
322 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 | 0.575 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:114 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
243 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC | 0.575 ms | 8 | Yes | | /classes/ImageType.php:109 /src/Adapter/Image/ImageRetriever.php:208 (getImagesTypes) /src/Adapter/Image/ImageRetriever.php:101 (getImage) :undefined (PrestaShop\PrestaShop\Adapter\Image\{closure}) /src/Adapter/Image/ImageRetriever.php:95 (array_map) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
189 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1275 LIMIT 1 | 0.559 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
151 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1271 LIMIT 1 | 0.559 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
319 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 | 0.558 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:106 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
154 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1271 AND `id_group` = 1 LIMIT 1 | 0.549 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3980 (getValueForProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
249 | 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` = 1272
ORDER BY `position` | 0.548 ms | 4 | Yes | | /classes/Product.php:3538 /src/Adapter/Image/ImageRetriever.php:77 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
347 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 | 0.544 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f3/6c/21/f36c21cd7822a733a6b2e20a35a417c2180c34db_2.file.product-prices.tpl.php:101 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3b0ced4_82705031) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:344 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:379 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:918 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
164 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1272 LIMIT 1 | 0.543 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
337 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 43 LIMIT 1 | 0.539 ms | 3 | | | /classes/Product.php:1119 /modules/iqitproductsnav/iqitproductsnav.php:89 (getDefaultAttribute) /modules/iqitproductsnav/iqitproductsnav.php:68 (getWidgetVariables) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/20/98/9e2098e2c4776770d10e96da1a74a994c256eca6_2.file.breadcrumb.tpl.php:47 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5b811d8_83178455) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:91 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
84 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 13302) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.538 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:2817 (getQuantityAvailableByProduct) /controllers/front/ProductController.php:1091 (getAttributeCombinations) /controllers/front/ProductController.php:1075 (tryToGetAvailableIdProductAttribute) /controllers/front/ProductController.php:598 (getIdProductAttributeByGroupOrRequestOrDefault) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
247 | 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` = 1271
ORDER BY `position` | 0.537 ms | 3 | Yes | | /classes/Product.php:3538 /src/Adapter/Image/ImageRetriever.php:77 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
218 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 | 0.536 ms | 1 | | | /classes/Product.php:5618 /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
216 | SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13333 | 0.532 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:5843 (__construct) /classes/Product.php:5806 (computeUnitPriceRatio) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
299 | SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-04-10 00:00:00" AND date_to <= "2025-04-10 23:59:59") OR (date_from >= "2025-04-10 00:00:00" AND date_from <= "2025-04-10 23:59:59") OR (date_from < "2025-04-10 00:00:00" AND date_to > "2025-04-10 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 | 0.530 ms | 2 | | | /classes/CartRule.php:357 /classes/CartRule.php:389 (haveCartRuleToday) /classes/CartRule.php:564 (getCustomerCartRules) /classes/Cart.php:522 (getCustomerHighlightedDiscounts) /src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts) /classes/controller/FrontController.php:501 (present) /classes/controller/FrontController.php:569 (assignGeneralPurposeVariables) /controllers/front/ProductController.php:464 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
126 | SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1269 AND id_shop=1 LIMIT 1 | 0.525 ms | 1 | | | /classes/Product.php:6809 /classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
36 | SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 | 0.520 ms | 1 | | | /classes/Language.php:852 /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:282 (init) /controllers/front/ProductController.php:124 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
71 | SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1274 AND ctg.`id_group` = 1 LIMIT 1 | 0.520 ms | 2 | | | /classes/Product.php:6673 /classes/Product.php:6650 (checkAccessStatic) /controllers/front/ProductController.php:265 (checkAccess) /controllers/front/ProductController.php:167 (checkPermissionsToViewProduct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
73 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 | 0.519 ms | 1 | | | /src/Adapter/Module/ModuleDataProvider.php:257 /src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName) /src/Core/Module/ModuleManager.php:329 (isInstalled) /modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled) /modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled) /modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService) /modules/ps_checkout/src/Repository/PsAccountRepository.php:46 (getPsAccountsService) /var/cache/prod/Ps_checkout8400FrontContainer.php:1093 (__construct) /var/cache/prod/Ps_checkout8400FrontContainer.php:1173 (getPsAccountRepositoryService) /var/cache/prod/Ps_checkout8400FrontContainer.php:1163 (getMerchantValidatorService) /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getFrontControllerValidatorService) /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make) /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get) /modules/ps_checkout/ps_checkout.php:1477 (getService) /modules/ps_checkout/ps_checkout.php:900 (getService) /classes/Hook.php:993 (hookActionFrontControllerSetMedia) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/controller/FrontController.php:948 (exec) /tools/profiling/Controller.php:48 (setMedia) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
377 | SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 | 0.511 ms | 0 | | | /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53 (findDataByCartIdAndShopId) /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData) /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents) /modules/ps_googleanalytics/ps_googleanalytics.php:109 (run) /classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:552 (__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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:157 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
155 | SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1271 LIMIT 1 | 0.509 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
182 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1273) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.501 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4326 (getQuantityAvailableByProduct) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
192 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1275 AND `id_group` = 1 LIMIT 1 | 0.500 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3980 (getValueForProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
353 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 | 0.497 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b8/1f/a9/b81fa98652b8fb4f3c26940e6f6c2b820eda1c54_2.file.product-additional-info.tpl.php:25 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3c634d4_62035563) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:518 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:575 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:937 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
134 | 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` = 1270
AND image_shop.`cover` = 1 LIMIT 1 | 0.496 ms | 4 | | | /classes/Product.php:3563 /classes/Product.php:5602 (getCover) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
27 | 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.493 ms | 1 | | | /modules/ps_mbo/ps_mbo.php:346 /modules/ps_mbo/ps_mbo.php:124 (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:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /classes/Dispatcher.php:351 (exec) /index.php:28 (dispatch)
|
142 | SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1270 LIMIT 1 | 0.493 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
139 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1270) | 0.493 ms | 1 | | | /classes/Product.php:3850 /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
168 | SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1272 LIMIT 1 | 0.492 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
242 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1269 | 0.492 ms | 1 | | | /classes/Product.php:2895 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
232 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1278 LIMIT 1 | 0.491 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
68 | SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13310 | 0.489 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /controllers/front/ProductController.php:1529 (__construct) /controllers/front/ProductController.php:85 (isValidCombination) /controllers/front/ProductController.php:158 (canonicalRedirection) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
5 | SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) | 0.487 ms | 1 | | | /classes/Language.php:1049 /config/config.inc.php:143 (loadLanguages) /index.php:27 (require)
|
75 | SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1274 LIMIT 1 | 0.480 ms | 1 | | | /classes/Pack.php:90 /controllers/front/ProductController.php:315 (isPack) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
223 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1277 AND `id_group` = 1 LIMIT 1 | 0.478 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3980 (getValueForProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
186 | 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` = 23 LIMIT 1 | 0.473 ms | 1 | | | /classes/Category.php:1375 /classes/Product.php:5617 (getLinkRewrite) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
58 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1274 AND `id_group` = 1 LIMIT 1 | 0.471 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3980 (getValueForProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:748 (getPriceStatic) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
65 | 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` = 19 LIMIT 1 | 0.467 ms | 1 | | | /classes/Category.php:1375 /classes/Product.php:758 (getLinkRewrite) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
135 | 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` = 14 LIMIT 1 | 0.465 ms | 1 | | | /classes/Category.php:1375 /classes/Product.php:5617 (getLinkRewrite) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
149 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 | 0.465 ms | 1 | | | /classes/Product.php:5618 /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
256 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1276 | 0.465 ms | 6 | | | /classes/Product.php:2895 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
226 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1277) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.462 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4326 (getQuantityAvailableByProduct) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
85 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 13304) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.460 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:2817 (getQuantityAvailableByProduct) /controllers/front/ProductController.php:1091 (getAttributeCombinations) /controllers/front/ProductController.php:1075 (tryToGetAvailableIdProductAttribute) /controllers/front/ProductController.php:598 (getIdProductAttributeByGroupOrRequestOrDefault) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
153 | SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1271 AND id_shop=1 LIMIT 1 | 0.458 ms | 1 | | | /classes/Product.php:6809 /classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
246 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1270 | 0.454 ms | 1 | | | /classes/Product.php:2895 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
63 | SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.453 ms | 1 | | | /classes/stock/StockAvailable.php:753 /classes/Product.php:7801 (dependsOnStock) /classes/Product.php:751 (loadStockData) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
59 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 | 0.452 ms | 1 | | | /classes/Group.php:154 /classes/Product.php:3984 (getReductionByIdGroup) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:748 (getPriceStatic) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
141 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1270 AND `id_group` = 1 LIMIT 1 | 0.452 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3980 (getValueForProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
344 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitextendedproduct" LIMIT 1 | 0.450 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5a/d7/26/5ad726f2924572e7acfd3e01b066b2fe2c439bed_2.file.product-thumbnails.tpl.php:49 (__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/warehouselayouts_layout_full_width_tpl/5a/d7/26/5ad726f2924572e7acfd3e01b066b2fe2c439bed_2.file.product-thumbnails.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da39d3110_05380025) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/49/f0/56/49f056f324c90964cecd250e5d87ae1d5987fd54_2.file.product-cover-thumbnails.tpl.php:37 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da39a6571_60903618) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:163 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:201 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:225 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:909 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
180 | SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1273 LIMIT 1 | 0.450 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
235 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1278 AND `id_group` = 1 LIMIT 1 | 0.450 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3980 (getValueForProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
124 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1269 LIMIT 1 | 0.449 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
230 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 | 0.448 ms | 1 | | | /classes/Product.php:5618 /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
67 | SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 13310) LIMIT 1 | 0.446 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /controllers/front/ProductController.php:1529 (__construct) /controllers/front/ProductController.php:85 (isValidCombination) /controllers/front/ProductController.php:158 (canonicalRedirection) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
157 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1271) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.446 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4326 (getQuantityAvailableByProduct) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
355 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitaddthisplugin" LIMIT 1 | 0.440 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:588 (__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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:942 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
325 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitwishlist" LIMIT 1 | 0.439 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:114 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
238 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1278) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.438 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4326 (getQuantityAvailableByProduct) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
62 | SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.432 ms | 1 | | | /classes/stock/StockAvailable.php:778 /classes/Product.php:7800 (outOfStock) /classes/Product.php:751 (loadStockData) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
199 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1 | 0.428 ms | 1 | | | /classes/Product.php:5618 /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
224 | SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1277 LIMIT 1 | 0.427 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
114 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1276 LIMIT 1 | 0.427 ms | 6 | | | /classes/Product.php:1105 /classes/Product.php:4671 (getDefaultAttribute) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
193 | SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1275 LIMIT 1 | 0.424 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
345 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 85 AND `id_shop` = 1 LIMIT 1 | 0.423 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5a/d7/26/5ad726f2924572e7acfd3e01b066b2fe2c439bed_2.file.product-thumbnails.tpl.php:49 (__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/warehouselayouts_layout_full_width_tpl/5a/d7/26/5ad726f2924572e7acfd3e01b066b2fe2c439bed_2.file.product-thumbnails.tpl.php:29 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da39d3110_05380025) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/49/f0/56/49f056f324c90964cecd250e5d87ae1d5987fd54_2.file.product-cover-thumbnails.tpl.php:37 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da39a6571_60903618) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:163 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:201 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:225 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:909 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
119 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1278 LIMIT 1 | 0.423 ms | 1 | | | /classes/Product.php:1105 /classes/Product.php:4671 (getDefaultAttribute) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
118 | SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1278 AND ctg.`id_group` = 1 LIMIT 1 | 0.422 ms | 2 | | | /classes/Product.php:6673 /classes/Product.php:4666 (checkAccessStatic) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
236 | SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1278 LIMIT 1 | 0.422 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
358 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 136 AND `id_shop` = 1 LIMIT 1 | 0.415 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/eb/7c/7f/eb7c7fe6515488effc2f565ff9f0d1486853a5a8_2.file.product-tabs-h.tpl.php:182 (__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/warehouselayouts_layout_full_width_tpl/eb/7c/7f/eb7c7fe6515488effc2f565ff9f0d1486853a5a8_2.file.product-tabs-h.tpl.php:31 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3d57324_60796743) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:989 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
371 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 | 0.415 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /config/smartyfront.config.inc.php:85 (coreRenderWidget) /config/smartyfront.config.inc.php:78 ({closure}) /config/smartyfront.config.inc.php:89 (withWidget) /classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/10/50/83/105083cbadae72e7ed18af9e7930a12380757704_2.file.footer-1.tpl.php:147 (__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/warehouselayouts_layout_full_width_tpl/10/50/83/105083cbadae72e7ed18af9e7930a12380757704_2.file.footer-1.tpl.php:52 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5c21564_88644916) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/e2/2a/9c/e22a9cf79b8c7fad8f4d94f181348c7d8d9eb307_2.file.footer.tpl.php:32 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5bcb648_52988558) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:144 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
29 | 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.412 ms | 1 | | | /modules/ps_mbo/ps_mbo.php:346 /modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:61 (checkModuleStatus) /classes/Hook.php:993 (hookActionDispatcherBefore) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/Dispatcher.php:351 (exec) /index.php:28 (dispatch)
|
330 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1 | 0.408 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/bb/f4/e3/bbf4e3f9fcef34ab5a55c475a8b1fc1592debc67_2.file.header-4.tpl.php:111 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a92af8_25159415) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:155 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:50 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
109 | SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 1273 AND ctg.`id_group` = 1 LIMIT 1 | 0.408 ms | 2 | | | /classes/Product.php:6673 /classes/Product.php:4666 (checkAccessStatic) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
57 | SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1274 AND id_shop=1 LIMIT 1 | 0.405 ms | 1 | | | /classes/Product.php:6809 /classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:748 (getPriceStatic) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
7 | SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 | 0.403 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:282 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/shop/Shop.php:561 (__construct) /config/config.inc.php:171 (getGroup) /index.php:27 (require)
|
167 | SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1272 AND `id_group` = 1 LIMIT 1 | 0.401 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3980 (getValueForProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
181 | SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1273 LIMIT 1 | 0.398 ms | 1 | | | /classes/Pack.php:90 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
136 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 14 LIMIT 1 | 0.396 ms | 1 | | | /classes/Product.php:5618 /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
374 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1 | 0.394 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:84 (__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/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:48 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd572c927_27661993) /vendor/smarty/smarty/libs/sysplugins/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:2270 (fetch) /modules/iqitwishlist/iqitwishlist.php:211 (fetch) /classes/Hook.php:1004 (renderWidget) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:552 (__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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:157 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
329 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1 | 0.392 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/bb/f4/e3/bbf4e3f9fcef34ab5a55c475a8b1fc1592debc67_2.file.header-4.tpl.php:111 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a92af8_25159415) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:155 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:50 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
64 | SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.386 ms | 1 | | | /classes/stock/StockAvailable.php:806 /classes/Product.php:7802 (getLocation) /classes/Product.php:751 (loadStockData) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
178 | SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1273 AND id_shop=1 LIMIT 1 | 0.385 ms | 1 | | | /classes/Product.php:6809 /classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
376 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1 | 0.385 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:552 (__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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:157 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
55 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1274 LIMIT 1 | 0.385 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3817 (getSpecificPrice) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:748 (getPriceStatic) /controllers/front/ProductController.php:146 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
351 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 25 AND `id_shop` = 1 LIMIT 1 | 0.382 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b8/1f/a9/b81fa98652b8fb4f3c26940e6f6c2b820eda1c54_2.file.product-additional-info.tpl.php:25 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3c634d4_62035563) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:518 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:575 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:937 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
357 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitelementor" LIMIT 1 | 0.378 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/eb/7c/7f/eb7c7fe6515488effc2f565ff9f0d1486853a5a8_2.file.product-tabs-h.tpl.php:182 (__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/warehouselayouts_layout_full_width_tpl/eb/7c/7f/eb7c7fe6515488effc2f565ff9f0d1486853a5a8_2.file.product-tabs-h.tpl.php:31 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3d57324_60796743) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:989 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
254 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1275 | 0.376 ms | 1 | | | /classes/Product.php:2895 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
194 | SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1275 LIMIT 1 | 0.376 ms | 1 | | | /classes/Pack.php:90 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
248 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1271 | 0.375 ms | 1 | | | /classes/Product.php:2895 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
26 | SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 | 0.374 ms | 1 | | | /modules/ps_mbo/ps_mbo.php:337 /modules/ps_mbo/ps_mbo.php:124 (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:1232 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1211 (coreLoadModule) /classes/Hook.php:913 (getInstanceByName) /classes/Dispatcher.php:351 (exec) /index.php:28 (dispatch)
|
99 | SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`)
FROM `ps_pack` a
WHERE a.`id_product_item` = 1274 LIMIT 1 | 0.374 ms | 1 | | | /classes/Pack.php:410 /controllers/front/ProductController.php:403 (getPacksTable) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
349 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 | 0.372 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:420 (__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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:541 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:937 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
87 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 13306) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.372 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:2817 (getQuantityAvailableByProduct) /controllers/front/ProductController.php:1091 (getAttributeCombinations) /controllers/front/ProductController.php:1075 (tryToGetAvailableIdProductAttribute) /controllers/front/ProductController.php:598 (getIdProductAttributeByGroupOrRequestOrDefault) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
252 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1273 | 0.371 ms | 1 | | | /classes/Product.php:2895 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
250 | SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1272 | 0.371 ms | 1 | | | /classes/Product.php:2895 /src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
350 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_sharebuttons" LIMIT 1 | 0.369 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b8/1f/a9/b81fa98652b8fb4f3c26940e6f6c2b820eda1c54_2.file.product-additional-info.tpl.php:25 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3c634d4_62035563) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:518 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:575 (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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:937 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
327 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcompare" LIMIT 1 | 0.369 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:114 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
110 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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)
WHERE pa.id_product = 1273 LIMIT 1 | 0.368 ms | 1 | | | /classes/Product.php:1105 /classes/Product.php:4671 (getDefaultAttribute) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
326 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 | 0.367 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:114 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
323 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 | 0.360 ms | 1 | | | /classes/module/Module.php:2633 /classes/module/Module.php:2105 (getModuleIdByName) /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:114 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
234 | SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1278 AND id_shop=1 LIMIT 1 | 0.354 ms | 1 | | | /classes/Product.php:6809 /classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
169 | SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1272 LIMIT 1 | 0.349 ms | 1 | | | /classes/Pack.php:90 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
162 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 | 0.347 ms | 1 | | | /classes/Product.php:5618 /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
166 | SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1272 AND id_shop=1 LIMIT 1 | 0.347 ms | 1 | | | /classes/Product.php:6809 /classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
86 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 13305) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.345 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:2817 (getQuantityAvailableByProduct) /controllers/front/ProductController.php:1091 (getAttributeCombinations) /controllers/front/ProductController.php:1075 (tryToGetAvailableIdProductAttribute) /controllers/front/ProductController.php:598 (getIdProductAttributeByGroupOrRequestOrDefault) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
356 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 | 0.340 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:588 (__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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:942 (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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:135 (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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:110 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
328 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 66 AND `id_shop` = 1 LIMIT 1 | 0.340 ms | 1 | | | /classes/module/Module.php:2106 /classes/Hook.php:999 (isEnabled) /tools/profiling/Hook.php:64 (coreRenderWidget) /classes/Hook.php:948 (coreRenderWidget) /config/smarty.config.inc.php:205 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:114 (__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/warehouselayouts_layout_full_width_tpl/cb/08/4f/cb084f34611cf0cf0476ba5a751fde402642a297_2.file.header.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5a499d8_26554620) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/76/f3/7d76f36ddd6c889d64c7ffe1f78b7fb551bda2ee_2.file.layout-both-columns.tpl.php:77 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5989f33_60774434) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/a5/ca/9a/a5ca9a2fd795409e1afa27bbfe2975437337f58d_2.file.layout-full-width.tpl.php:50 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79cd5968530_79499065) /vendor/smarty/smarty/libs/sysplugins/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/warehouselayouts_layout_full_width_tpl/21/59/ce/2159cee25e782ccdf07947b609c45909e69397a8_2.file.product.tpl.php:65 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67f79da3875924_86616043) /vendor/smarty/smarty/libs/sysplugins/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:715 (fetch) /classes/controller/FrontController.php:697 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
244 | SELECT SQL_NO_CACHE * FROM `ps_image_type` | 0.339 ms | 8 | | | /classes/ImageType.php:161 /classes/ImageType.php:202 (getByNameNType) /src/Adapter/Image/ImageRetriever.php:211 (getFormattedName) /src/Adapter/Image/ImageRetriever.php:101 (getImage) :undefined (PrestaShop\PrestaShop\Adapter\Image\{closure}) /src/Adapter/Image/ImageRetriever.php:95 (array_map) /src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /controllers/front/ProductController.php:411 (present) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
140 | SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1270 AND id_shop=1 LIMIT 1 | 0.338 ms | 1 | | | /classes/Product.php:6809 /classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3707 (priceCalculation) /classes/Product.php:5638 (getPriceStatic) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
225 | SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1277 LIMIT 1 | 0.336 ms | 1 | | | /classes/Pack.php:90 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
28 | SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 | 0.333 ms | 1 | | | /modules/ps_mbo/ps_mbo.php:337 /modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:61 (checkModuleStatus) /classes/Hook.php:993 (hookActionDispatcherBefore) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:928 (callHookOn) /classes/Dispatcher.php:351 (exec) /index.php:28 (dispatch)
|
187 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1 | 0.330 ms | 1 | | | /classes/Product.php:5618 /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
237 | SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1278 LIMIT 1 | 0.318 ms | 1 | | | /classes/Pack.php:90 /classes/Product.php:4323 (isPack) /classes/Product.php:5742 (getQuantity) /classes/Product.php:5923 (getProductProperties) /classes/Product.php:4675 (getProductsProperties) /controllers/front/ProductController.php:405 (getAccessories) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|
88 | SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1274) AND (id_product_attribute = 13310) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.309 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:2817 (getQuantityAvailableByProduct) /controllers/front/ProductController.php:1091 (getAttributeCombinations) /controllers/front/ProductController.php:1075 (tryToGetAvailableIdProductAttribute) /controllers/front/ProductController.php:598 (getIdProductAttributeByGroupOrRequestOrDefault) /controllers/front/ProductController.php:370 (assignPriceAndTax) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /index.php:28 (dispatch)
|